Wijmo UI for the Web
focusing Event
wijmo.list.wijlist Namespace > options type : focusing Event
The jQuery.Event object.
The data with this event.
The focusing event is fired when the mouse enters the list item and before the hover event logic is processed.
Syntax
$(function () {
    // Set focusing event handler function
    $(".selector").wijlist({
        focusing : function (e, args) {
     
        }
    });
});
focusing = function ( 
   e : Object,
   args : IItemEventArgs
) { };

Parameters

e
The jQuery.Event object.
args
The data with this event.
See Also

Reference

options type
wijlist jQuery Widget