Wijmo UI for the Web
focus Event
wijmo.list.wijlist Namespace > options type : focus Event
The jQuery.Event object.
The data with this event.
The focus event is fired when the mouse enters the list item and after the hover event logic is processed.
Syntax
$(function () {
    // Set focus event handler function
    $(".selector").wijlist({
        focus : function (e, args) {
     
        }
    });
});
focus = 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