Adds a tab or tabs.
Removes and animates closing of the tab.
Add and animates insertion a tab or tabs.
click - click(id, [event])
Called when user clicks the tab.
Disables a tab or tabs.
enable - enable(id1, [id2], ...)
Enables a tab or tabs.
get - get(id, [returnIndex])
Finds and returns specified tab.
hide - hide(id1, [id2], ...)
Hides tab or tabs with id.
Inserts a tab or tabs before tab with id=before
remove - remove(id1, [id2], ...)
Removes tabs.
Finds tab with id and makes it active.
Finds tab with id and extends it with tab object.
show - show(id1, [id2], ...)
Shows tab or tabs with id.
Destroys the object.
off - off(type, [handler])
Removes event listener from the object.
Adds event listener to a object.
Refreshes the object without completely re-inserting it.
Renders the object into box.
Resizes the object to the width and height of its container.
Executes all event listeners added with on() method.