The nodeMouseOver event fires when a user places the mouse pointer over a node.
Syntax
Javascript (Usage) | |
---|
$(function () {
// Set nodeMouseOver event handler function
$(".selector").wijtree({
nodeMouseOver : function (event, data) {
}
});
});
|
Javascript (Specification) | |
---|
nodeMouseOver = function (
: object,
: object
) { };
|
Parameters
- event
- jQuery.Event object.
- data
- The node widget that relates to this event.
See Also
Reference
options type
wijtree jQuery Widget