$(function () { // Set load event handler function $(".selector").wijtabs({ load : function (e, args) { } }); });
Parameters
- e
- The jQuery.Event object.
- args
- The data with this event.
$(function () { // Set load event handler function $(".selector").wijtabs({ load : function (e, args) { } }); });