This is the loadCallback event handler.
It is a function called after creating the dom element.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set loadCallback event handler function
$(".selector").wijcarousel({
loadCallback : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
loadCallback = function (
: jQuery.Event,
: object
) { };
|
Parameters
- e
- jQuery Event object
- data
- The node widget that relates to this event.
See Also
Reference
options type
wijcarousel jQuery Widget