Can you please let me know how I can set the active tab in jquery ui with a button click out of the tabs?
I have a button like:
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')) });