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
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
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
>
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:
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
5 matches
Mail list logo