Don't quite understand why you need to duplicate the loading logic in
the load handler... May I ask which problem do you needed to solve in
the first place?
--Klaus
On 30 Okt., 16:06, hans <[EMAIL PROTECTED]> wrote:
> my solution
>
> load: function(e, ui) {
> $('.fscboxInnerHead > span > a').click(function() {
> $tabs.tabs("url", $tabs.data('selected.tabs'), $.data(ui.tab,
> 'load.tabs').replace(/page=[0-9]+/g,$(this).attr('href')) );
> $tabs.tabs('load',$tabs.data('selected.tabs'));
> $tabs.tabs('select',$tabs.data('selected.tabs'));
> return false;
> });
> }
>
> closed
> << hans
> On 30 Okt., 14:40, hans <[EMAIL PROTECTED]> wrote:
>
> > $("#tabsExt2").tabs(
> > { cache:false,spinner:'Bitte warten..',
> > load: function(e, ui) {
> > $('.fscboxInnerHead > span > a').click(function() {
> > $(ui.panel).load($.data(ui.tab,
> > 'load.tabs').replace("page=1", $(this).attr('href')));
> > return false;
> > });
> > }
>
> > });
>
> > all "a" have at first load replace with "$(this).attr('href')". if i
> > click a href in current tabscontent, new content don't replace "a". i
> > need help. how a can trigger "load"
>
> > << hans
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---