Try this: $("#tabs").tabs("option","selected", 1);
Works like a charm :-) **--** Steve On Jan 14, 11:22 pm, Jerry <jerry.yan...@gmail.com> wrote: > Hi, > > I am recently using tabs as my wizard process which has 4 steps. My > design is 1 tab for 1 step. When form in tab1 is submitted, it post > to tab2. In my ajax call back, I need to activate the tab2. So I do $ > ("#tabs").tabs("select", 1); It send out the url defined in tab2 as > well. > > Is there a way to just switch to tab2 without sending the url out?
-- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.