The nodeCollapsed event fires when a tree node is collapsed.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set nodeCollapsed event handler function
$(".selector").wijtree({
nodeCollapsed : function (e, data) {
}
});
});
|
Javascript (Specification) | |
---|
nodeCollapsed = 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