Default value: 'ui-tabs-'
If the remote tab, its anchor element that is, has no title attribute to generate an id from, an id/fragment identifier is created from this prefix and a unique id returned by $.data(el), for example "ui-tabs-54".
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijtabs("option", "idPrefix");
// Set value
var newValue; // Type: string
$(".selector").wijtabs("option", "idPrefix", newValue);
});
See Also