Wijmo UI for the Web
loadCallback Event
Standard jQuery event object
The node widget that relates to this event.
The loadCallback event handler. A function called after the dom element is created.
Syntax
Javascript (Usage) 
$(function () {
    // Set loadCallback event handler function
    $(".selector").wijgallery({
        loadCallback : function (e, data) {
     
        }
    });
});
Javascript (Specification) 
loadCallback = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
Standard jQuery event object
data
The node widget that relates to this event.

See Also

Reference

options type
wijgallery jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.