Wijmo UI for the Web
previousPageClass Option
wijmo.pager.wijpager Namespace > options type : previousPageClass Option

An option that indicates the class of the previous-page button. You can set this option with any of the jQuery UI CSS Framework Icons.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  string
    returnsValue = $(".selector").wijpager("option", "previousPageClass");
    
    // Set value
    var newValue; // Type:  string
    $(".selector").wijpager("option", "previousPageClass", newValue);
        
});
var previousPageClass : string;
Example
// Here's the general way you'll set the option:
$("#element").wijpager({
   previousPageClass: "ui-icon-seek-prev"
});
See Also

Reference

options type
wijpager jQuery Widget