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