Wijmo UI for the Web
widget Constructor
Syntax
Javascript (Usage) 
$(function () {
    var options; // Type:  jQuery.wijmo.widget.options
    
    // Create a new widget widget
    $(".selector").widget(options);
    
    // Get a previously created widget widget instance
    var widgetInstance; // Type:  jQuery.wijmo.widget
    widgetInstance = $(".selector").data("wijmo-widget");
});
Javascript (Specification) 
function widget() : widget;
Browser Compatibility
7
5
5

See Also

Reference

widget type
widget jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.