$(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
'#staff-tab > ul').tabs({ cookie: { expires: 30 } });
> > >> });
> > >>
> > >>
> > >>
> > >> staff/get/current/ Current
> > >> staff/get/finished/ Finished
> > >>
Is it possible to click on the selected tab so as to reload this tab?
thanks
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).
>
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
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(){
6 matches
Mail list logo