JQuery Tabs - HTML not displayed in any other tab except default tab
- by user346347
I'm pretty new to jquery, but I have a tab structure working and make a $.getJSON call to retrieve the JSON results from the backend. Now, I have 3 tabs:
Tab1, Tab2 and Tab3.
All the three tabs have the same divs but different content. The content shows up just fine in the first tab which is shown by default, but on clicking the 2nd tab, I make the…