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