This method is similar to the "next" method,
but it jumps a whole page to the next page instead of to the next selectable item.
You can call this method when you are using an iPod-style menu.
Syntax
$(function () {
var returnsValue; // Type: any
// Parameters
var event; // Type:
returnsValue = $(".selector").wijmenu("nextPage", event);
});
function nextPage(
:
) : any;
Parameters
- event
- The javascript event.
See Also