$("#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
-~----------~----~----~----~------~----~------~--~---

Reply via email to