Wijmo UI for the Web
widget jQuery Widget
The base widget class upon which other Wijmo widgets are built.
Syntax
$(function () {
    var options; // Type:  jQuery.wijmo.widget.options
     
    $(".selector").widget(options);
});
function widget() : any;
See Also

Reference

widget jQuery Widget