$(function () { // Set drillingDown event handler function $(".selector").wijtreemap({ drillingDown : function (e, data) { } }); });
drillingDown = function ( e : jQuery.Event, data : IDrillingDownEventArgs ) { };
Parameters
- e
- Standard jQuery event object
- data
- Information about an event