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
Javascript (Usage) | |
---|
$(function () {
var returnsValue; // Type: any
// Parameters
var event; // Type:
returnsValue = $(".selector").wijmenu("previousPage", event);
});
|
Javascript (Specification) | |
---|
function previousPage(
:
) : any;
|
Parameters
- event
- The javascript event.
Browser Compatibility
See Also
Reference
wijmenu type
wijmenu jQuery Widget