How can I open a tab and load a link via ajax from another tab. Eg:
- User clicks link inside #tab_a
- #tab_a hides
- #tab_b shows with .loading applied
- Content is loaded via ajax into #tab_b
- .loading removed from #tab_b
I'm using Jquery UI tabs
Thanks!
|
1
|
How can I open a tab and load a link via ajax from another tab. Eg:
I'm using Jquery UI tabs Thanks!
|
||
|
|
|
Didn't have any luck with your code Willson, but the jquery ui tabs docs set me off in the right direction.
Thanks! |
||
|
|
|
|
Assuming "tab_a" is the actual tab to click on and "tab_a_content" is where the content actually goes in (same for tab_b and tab_b_content):
|
||
|
|