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

Parameters

event
Event will raise activation.
See Also

Reference

wijlist type
wijlist jQuery Widget