The create option is inherited from
jQueryUI.
Syntax
$(function () {
// Get value
var returnsValue; // Type: any
returnsValue = $(".selector").wijpager("option", "create");
// Set value
var newValue; // Type: any
$(".selector").wijpager("option", "create", newValue);
});
See Also