Wijmo UI for the Web
loadCallback Event
wijmo.carousel.wijcarousel Namespace > options type : loadCallback Event
jQuery Event object
The node widget that relates to this event.
This is the loadCallback event handler. It is a function called after creating the dom element.
Syntax
$(function () {
    // Set loadCallback event handler function
    $(".selector").wijcarousel({
        loadCallback : function (e, data) {
     
        }
    });
});
loadCallback = function ( 
   e : jQuery.Event,
   data : object
) { };

Parameters

e
jQuery Event object
data
The node widget that relates to this event.
See Also

Reference

options type
wijcarousel jQuery Widget