The nodeClick event fires when a tree node is clicked.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set nodeClick event handler function
$(".selector").wijtree({
nodeClick : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
nodeClick = function (
: jQuery.Event,
: object
) { };
|
Parameters
- e
- jQuery Event object
- data
- The node widget that relates to this event.
See Also
Reference
options type
wijtree jQuery Widget