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