Wijmo UI for the Web
wijtextbox jQuery Widget
Decorate standard HTML Textbox elements, Input objects of type 'text' or 'password,' and Textarea objects.
Syntax
$(function () {
    var options; // Type:  wijmo.textbox.wijtextbox.options
     
    $(".selector").wijtextbox(options);
});
function wijtextbox() : any;
Methods
 NameDescription
public MethodRemove the functionality completely. This will return the element back to its pre-init state.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Widgets

Textbox

Reference

wijtextbox jQuery Widget