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

Parameters

event
Event will raise activation.
Browser Compatibility
7
5
5

See Also

Reference

wijlist type
wijlist jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.