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