[jQuery] Re: Ajax Tabs and jqModal

2008-10-01 Thread Steffan A. Cline
on 9/30/08 2:03 PM, Klaus Hartl at [EMAIL PROTECTED] wrote: > > On 30 Sep., 18:25, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote: >> Thanks for the quick answer! I did realize that the issue was that the items >> did not exist at the time of binding. I am new to jQuery and am trying to >> underst

[jQuery] Re: Ajax Tabs and jqModal

2008-09-30 Thread Steffan A. Cline
on 9/30/08 2:03 PM, Klaus Hartl at [EMAIL PROTECTED] wrote: > > On 30 Sep., 18:25, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote: >> Thanks for the quick answer! I did realize that the issue was that the items >> did not exist at the time of binding. I am new to jQuery and am trying to >> underst

[jQuery] Re: Ajax Tabs and jqModal

2008-09-30 Thread Klaus Hartl
On 30 Sep., 18:25, "Steffan A. Cline" <[EMAIL PROTECTED]> wrote: > Thanks for the quick answer! I did realize that the issue was that the items > did not exist at the time of binding. I am new to jQuery and am trying to > understand all the nice amenities we have now in comparison to hand coding >

[jQuery] Re: Ajax Tabs and jqModal

2008-09-30 Thread Steffan A. Cline
on 9/30/08 8:17 AM, Klaus Hartl at [EMAIL PROTECTED] wrote: > > http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_workin > g_after_an_AJAX_request.3F > > If you choose to use rebinding, you would use the tabs load callback > for that. > > $('#tabs > ul').tabs({ > fx:

[jQuery] Re: Ajax Tabs and jqModal

2008-09-30 Thread Klaus Hartl
http://docs.jquery.com/Frequently_Asked_Questions#Why_do_my_events_stop_working_after_an_AJAX_request.3F If you choose to use rebinding, you would use the tabs load callback for that. $('#tabs > ul').tabs({ fx: { height: 'toggle', opacity: 'toggle' }, load: function(e, ui) { // r