Wijmo UI for the Web
initialized Event
Standard jQuery event object
The initialized event handler. A function called after the widget is initialized.
Syntax
Javascript (Usage) 
$(function () {
    // Set initialized event handler function
    $(".selector").wijinputnumber({
        initialized : function (e) {
     
        }
    });
});
Javascript (Specification) 
initialized = function ( 
   e : jQuery.Event
) { };

Parameters

e
Standard jQuery event object

See Also

Reference

options type
wijinputnumber jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.