[jQuery] Re: Tabs - Preserve onclick on selected tab

2008-11-05 Thread fleabo
$(this).parent().hasClass('ui-tabs-selected') ) { >         $tabs.tabs('load', $('a', $tabs).index(this)); >     } > > }); > > --Klaus > > On 4 Nov., 23:19, fleabo <[EMAIL PROTECTED]> wrote: > > > > > I've us

[jQuery] Re: Tabs - Preserve onclick on selected tab

2008-11-04 Thread fleabo
'#staff-tab > ul').tabs({ cookie: { expires: 30 } }); > > >>         }); > > >> > > >> > > >>         > > >>                 staff/get/current/ Current > > >>                 staff/get/finished/ Finished > > >>

[jQuery] Tabs - Preserve onclick on selected tab

2008-10-23 Thread fleabo
Is it possible to click on the selected tab so as to reload this tab? thanks

[jQuery] Re: Tabs - select tab when creating a new remote tab

2008-10-09 Thread fleabo
t;).tabs( "add", "url/index.htm", "label" ).tabs("select", > $("#tabs > ul").tabs("length")); > > On 8 Okt., 11:06, fleabo <[EMAIL PROTECTED]> wrote: > > > > > I'm using the UI Tabs (very nice). >

[jQuery] Tabs - select tab when creating a new remote tab

2008-10-08 Thread fleabo
I'm using the UI Tabs (very nice). I need to create a new remote tab and then select it, however the only way I can see reading the documents is to select it by index, which will not work for me as one or more new tabs can be created, so it not possible to know in advance the index. Is it possi

[jQuery] Livequery am .load()

2008-08-18 Thread fleabo
Hi, I'm using livequery with the tabs plugin. $('.pagelinks a').livequery('click', function() { $("#loading").ajaxStart(function(){ $(this).show(); }); alert(this.href); $("#pagedata").load(this.href); $("#loading").ajaxStop(function(){