[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-27 Thread kennydee
This ticket have an attached patch, if you're interested in, witch correct this issue but create another one ... http://dev.jquery.com/ticket/1698

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-27 Thread Emil Ivanov
Isn't it possible just to wrap the script in a function and call it in the callback of the ajax call? Or I'm getting it wrong? Regards, Emil Ivanov

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-10-01 Thread kennydee
is a patch is planed for this problem and the new one i mentionned above ? On 27 sep, 16:38, Emil Ivanov <[EMAIL PROTECTED]> wrote: > Isn't it possible just to wrap the script in a function and call it in > the callback of the ajax call? Or I'm getting it wrong? > > Regards, > Emil Ivanov

[jQuery] Re: jQuery 1.2.1 is auto evaling scripts from AJAX before DOM is ready

2007-09-18 Thread John Resig
There was another issue who was having the same problem as you, with 1.2.1, I recommend doing this inside your , at least until I can get a fix in.