Jquery click function does not load ajax tabs
- by user342391
I have some tabs that load ajax content. When I click on the tabs it loads the ajax content perfectly no issues works exactly like it does in the Jqueryui demos.
But when I try and change tab using an onclick function it opens the tab but doesn't do the ajax. Is this a known issue can it be done?? Do ajax tabs rely on the user clicking the href to know what to load.
This is the code:
$(".step2next").click(function() $('#signuptabs').tabs("select" , 1));