Wijmo UI for the Web
previous Method
The javascript event.
Get the previous selectable item. It selects the last item if no item is active or if the first item is active. It returns null if no previous item is selectable.
Syntax
Javascript (Usage) 
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  event
    
    returnsValue = $(".selector").wijmenu("previous", event);
});
Javascript (Specification) 
function previous( 
   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.