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