Wijmo UI for the Web
loadCallback Event
wijmo.gallery.wijgallery Namespace > options type : 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
$(function () {
    // Set loadCallback event handler function
    $(".selector").wijgallery({
        loadCallback : function (e, data) {
     
        }
    });
});
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