I am implementing jquery tabs in my project. I am new to jquery. How can i get the tab change event to make a new ajax call? Also I want to implement sub-tabs in some tabs. The sub-tabs should only be visible when the respective parent tab is selected.
Please give a suitable solution. Any effort would be appreciated.