Wijmo UI for the Web
sortable Option
wijmo.tabs.wijtabs Namespace > options type : sortable Option

Default value: false

Determines whether the tab can be dragged to a new position.

Syntax
$(function () {
    
    // Get value
    var returnsValue; // Type:  boolean
    returnsValue = $(".selector").wijtabs("option", "sortable");
    
    // Set value
    var newValue; // Type:  boolean
    $(".selector").wijtabs("option", "sortable", newValue);
        
});
var sortable : boolean;
Remarks
This option only works when jQuery.ui.sortable is available which means that it doesn't work in mobile mode.
See Also

Reference

options type
wijtabs jQuery Widget