Wijmo UI for the Web
wijtabs type
wijmo.tabs Namespace : wijtabs type
Syntax
$(function () {
    var options; // Type:  wijmo.tabs.wijtabs.options
     
    $(".selector").wijtabs(options);
});
function wijtabs;
Inheritance Hierarchy

Object
      wijmo.tabs.wijtabs

Constructors
 NameDescription
public Constructor  
Top
Methods
 NameDescription
public MethodTerminate all running tab ajax requests and animations.  
public MethodAdd a new tab.  
public MethodThe destroy() method will remove the wijtabs functionality completely and will return the element to its pre-init state.  
public MethodDisabled a tab.  
public MethodEnable a disabled tab.  
public MethodRetrieve the number of tabs of the first matched tab pane.  
public MethodReload the content of an Ajax tab programmatically. This method always loads the tab content from the remote location, even if cache is set to true.  
public MethodRemoves a tab.  
public MethodSelects a tab; for example, a clicked tab.  
public MethodChanges the url from which an Ajax (remote) tab will be loaded.  
public MethodReturns a jQuery object containing the original element or other relevant generated element.  
Top
See Also

Reference

wijmo.tabs Namespace