An option that indicates the class of the next-page button. You can set this option with any of the jQuery UI CSS Framework Icons.
$(function () { // Get value var returnsValue; // Type: string returnsValue = $(".selector").wijpager("option", "nextPageClass"); // Set value var newValue; // Type: string $(".selector").wijpager("option", "nextPageClass", newValue); });
var nextPageClass : string;
// Here's the general way you'll set the option: $("#element").wijpager({ nextPageClass: "ui-icon-seek-next" });
options type wijpager jQuery Widget