Stop loading via Ajax once loaded
I have jquery tabs that are working perfectly loading data via ajax. what i want is that the first time when the tab is clicked data is loaded via ajax.. the next time it is clicked it does not do the ajax call but show the data that is currently in the respective container of that tab..
can some one help me with this ?