Ah, I see your example shows how i can bind the tabs event to the link
in the ajaxed content. Would this work?
I'm going to test this evening and let you know how i come along..

On Nov 29, 3:44 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> On 29 Nov., 10:39, Richard W <[EMAIL PROTECTED]> wrote:
>
> > Awesome, that is exactly what i'm looking for. Thank you Klaus, and
> > thank you for an excellent plugin!
>
> I'm confused. So I can disregard your former post? In any case, here's
> how I would do it (untested):
>
> var $tabs = $(...).tabs({
>     load: function(tab, panel) { // callback passes in the loaded tab/
> panel
>         $('a.reload').click(function() {
>             $tabs.tabsLoad( $('a', $tabs).index(tab) + 1 );
>             return false;
>         });
>     }
>
> });
>
> I assumed in this example that the links that should reload a tab
> panel belong to the class "reload".
>
> --Klaus

Reply via email to