[jQuery] Re: tabs and ajax

2009-06-11 Thread nextpulse
I reported this before - since you can easily reproduce it with the sample code. But someone removed the thread, so here the archive link: http://www.nabble.com/bugs-with-multiple-fast-tab-clicks-tp23785806s27240p23785806.html On Jun 11, 4:01 am, cwiese wrote: > I have the SAME ISSUE -  SAME

[jQuery] Re: tabs and ajax

2009-06-11 Thread cwiese
I have the SAME ISSUE - SAME VERSIONS - my tabs worked prior to upgrading to Jquery UI 1.7. Now, when using REMOTE (ajax) tabs - if a user click a tab - while another is loading the Ajax does get called, and the DIV gets populated but the CLASS that determines which tab is visible does not every

[jQuery] Re: tabs and ajax

2009-06-10 Thread nextpulse
jquer - 1.3.2 jqueryui - 1.7.1 On May 30, 3:01 am, Klaus Hartl wrote: > Which version are you using? I've fixed a similiar bug (if not the > same) bug a while ago... > > --Klaus > > On 28 Mai, 19:30, nextpulse wrote: > > > I have 3 tabs that each loads using ajax (via href). > > The problem i

[jQuery] Re: tabs and ajax

2009-05-30 Thread Klaus Hartl
Which version are you using? I've fixed a similiar bug (if not the same) bug a while ago... --Klaus On 28 Mai, 19:30, nextpulse wrote: > I have 3 tabs that each loads using ajax (via href). > The problem i am having is that while a tab is loading - the user can > click on another tab (as they

[jQuery] Re: tabs and ajax

2009-05-29 Thread Gustavo Salomé
U may remove the href attr and set it into another attribute in the beforeSend function and then restore it on complete function. Hope ive helped []'s 2009/5/28 nextpulse > > I have 3 tabs that each loads using ajax (via href). > The problem i am having is that while a tab is loading - the user