Default value: 'top'
Determines the tabs' alignment in respect to the content.
Syntax
$(function () {
// Get value
var returnsValue; // Type: string
returnsValue = $(".selector").wijtabs("option", "alignment");
// Set value
var newValue; // Type: string
$(".selector").wijtabs("option", "alignment", newValue);
});
See Also