Wijmo UI for the Web
initializing Event
Standard jQuery event object
The initializing event handler. A function called before the widget is initialized.
Syntax
Javascript (Usage) 
$(function () {
    // Set initializing event handler function
    $(".selector").wijinputnumber({
        initializing : function (e) {
     
        }
    });
});
Javascript (Specification) 
initializing = 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.