Wijmo UI for the Web
widget Method
Returns a jQuery object containing the original element or other relevant generated element.
Syntax
Javascript (Usage) 
$(function () {
    
          var options; // Type:  wijmo.checkbox.wijcheckbox.options
    
          // Create a new wijcheckbox widget
          $(".selector").wijcheckbox(options);
    
          // Get a previously created wijcheckbox widget instance
          var widgetInstance; // Type:  wijmo.checkbox.wijcheckbox
          widgetInstance = $(".selector").data("");
    
          var value; // Type:  JQuery
    value = widgetInstance.widget();
});
Javascript (Specification) 
function widget() : JQuery;
Browser Compatibility
7
5
5

See Also

Reference

wijcheckbox type
wijcheckbox jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.