An option that indicates the class of the last-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", "lastPageClass"); // Set value var newValue; // Type: string $(".selector").wijpager("option", "lastPageClass", newValue); });
var lastPageClass : string;
// Here's the general way you'll set the option: $("#element").wijpager({ lastPageClass: "ui-icon-seek-end" });
options type wijpager jQuery Widget