How do you change tabs programmatically with jquery-ui 1.9?
NOTE: Posting the answer because it took me more than 4 searches to find the right answe
The select method is deprecated since 1.9, and was removed in 1.10. Use the active option instead.
select
active
Example (jsfiddle also provided):
Tab 1 Tab 2 Tab 3 Container 1 Container 2 Container 3
Container 1
Container 2
Container 3