Wijmo UI for the Web
nodeMouseOver Event
wijmo.tree.wijtree Namespace > options type : nodeMouseOver Event
jQuery.Event object.
The node widget that relates to this event.
The nodeMouseOver event fires when a user places the mouse pointer over a node.
Syntax
$(function () {
    // Set nodeMouseOver event handler function
    $(".selector").wijtree({
        nodeMouseOver : function (event, data) {
     
        }
    });
});
nodeMouseOver = function ( 
   event : object,
   data : object
) { };

Parameters

event
jQuery.Event object.
data
The node widget that relates to this event.
See Also

Reference

options type
wijtree jQuery Widget