$(function () { // Set mouseDown event handler function $(".selector").wijcandlestickchart({ mouseDown : function (e, data) { } }); });
Parameters
- e
- Standard jQuery event object
- data
- Information about an event
$(function () { // Set mouseDown event handler function $(".selector").wijcandlestickchart({ mouseDown : function (e, data) { } }); });