Open
Description
After seeing #130, and some issues where having a "destroy"
or "disable"
method could solve the problem, I took a look at the jQuery UI Tabs API Documentation and saw what methods are really needed.
I request for methods like:
- Destroy:
$('#tabs').easytabs('destroy');
- Disable:
$('#tabs').easytabs('disable'); // or $('#tabs').easytabs('disable', '{#tab1, #tab3}');
- Enable:
$('#tabs').easytabs('enable'); // or $('#tabs').easytabs('enable', '{#tab1, #tab3}');
- Option:
$('#tabs').easytabs('option', 'animate: false');
- Options:
$('#tabs').easytabs('options', '{animate: false, cycle: true}');
- Refresh (completed at Adding a refresh function #130):
$('#tabs').easytabs('refresh');
Metadata
Metadata
Assignees
Labels
No labels