SyntaxFix
Write A Post
Hire A Developer
Questions
If you want to set the active tab by ID instead of index, you can also use the following:
$('#tabs').tabs({ active: $('#tabs ul').index($('#tab-101')) });