All,
I am using JQuery UI tabs. When a tab is clicked, I want the tab to show the tab title along with a spinner animated gif next to it. When the tab is loaded, the
Add spinner option to tabs()
$("#tabs").tabs({
spinner: '
'
});
Add within for each tab. is required for the spinner to properly appear and disappear.
- Text Title