Wijmo UI for the Web
next Method
The javascript event.
The next method gets the next selectable item. The first item is selected if no item is active or the last one is active. It returns null if none is selectable.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  event
    
    returnsValue = $(".selector").wijmenu("next", event);
});
Javascript (Specification) 
function next( 
   event : event
) : any;

Parameters

event
The javascript event.
Browser Compatibility
7
5
5

See Also

Reference

wijmenu type
wijmenu jQuery Widget

 

 


© 2013 All Rights Reserved.

Send comments on this topic.