Wijmo UI for the Web
next Method
wijmo.list Namespace > wijlist type : next Method
Event will raise activation.
The next method moves focus to the next list item.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  object
    
    returnsValue = $(".selector").wijlist("next", event);
});
function next( 
   event : object
) : any;

Parameters

event
Event will raise activation.
See Also

Reference

wijlist type
wijlist jQuery Widget