UI Tabs - Calling Same JS method on each tab click - Trouble displaying data in different tabs
Hi,
I have a text box and three tabs using the JQuery UI tabs. I call the same Javascript method on click of any of the tabs and that Javascript method makes a call to the server and retrieves JSON which I am formatting and then displaying HTML correctly in the first default tab.
However, I am unable to display the same data in the 2nd tab, I assume I should hide the previously selected tab and show the new selected tab and then just set the html there?
Thanks!