Wijmo UI for the Web
previousPage Method
wijmo.menu Namespace > wijmenu type : previousPage Method
The javascript event.
This method is similar to the "previous" method, but it jumps a whole page to the previous page. You can call this method when you're using an iPod-style menu.
Syntax
$(function () {
    var returnsValue; // Type:  any
    // Parameters
    var event; // Type:  event
    
    returnsValue = $(".selector").wijmenu("previousPage", event);
});
function previousPage( 
   event : event
) : any;

Parameters

event
The javascript event.
See Also

Reference

wijmenu type
wijmenu jQuery Widget