$(function () { // Set initializing event handler function $(".selector").wijinputcore({ initializing : function (e) { } }); });
initializing = function ( e : jQuery.Event ) { };
Parameters
- e
- Standard jQuery event object
$(function () { // Set initializing event handler function $(".selector").wijinputcore({ initializing : function (e) { } }); });
initializing = function ( e : jQuery.Event ) { };