Jquery click function does not load ajax tabs
Posted
by user342391
on Stack Overflow
See other posts from Stack Overflow
or by user342391
Published on 2010-06-15T21:40:47Z
Indexed on
2010/06/15
21:42 UTC
Read the original article
Hit count: 260
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));
© Stack Overflow or respective owner