[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
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: >

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
Sorry, I posted my shoddy code after you had replied to my post. I don't get these delayed messages.. In any case, the tabLoad method works perfectly for me, thank you for your help! On Nov 29, 3:44 pm, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 29 Nov., 10:39, Richard W <[EMAIL PROTECTED]> wr

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Klaus Hartl
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({ lo

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
Awesome, that is exactly what i'm looking for. Thank you Klaus, and thank you for an excellent plugin! On Nov 29, 9:29 am, Klaus Hartl <[EMAIL PROTECTED]> wrote: > On 28 Nov., 20:06, Richard W <[EMAIL PROTECTED]> wrote: > > > Hi There > > I'm realling ejoying using tabs, especially the ajax conte

[jQuery] Re: Tabs 3 Update tab content

2007-11-29 Thread Richard W
OK i've been playing around, and come with the following code, which is executed without a binded event, as the link would be retrieved via ajax, therefore I cannot see how I can bind an event to the link. EG: Load Content And here is the innerload function: innerload: function(url) {

[jQuery] Re: Tabs 3 Update tab content

2007-11-28 Thread Klaus Hartl
On 28 Nov., 20:06, Richard W <[EMAIL PROTECTED]> wrote: > Hi There > I'm realling ejoying using tabs, especially the ajax content. I would > like to know if there is painless way of updating the current tabs > content via ajax without using the tabs. For example you view the > content of a tab, cl