[jQuery] Re: $(document).ready limits

2007-05-30 Thread Brandon Aaron
Are you using the defer attribute on any of your scripts? -- Brandon Aaron On 5/30/07, weepy [EMAIL PROTECTED] wrote: Hi I have a project where I am using Ajax to squirt some HTML and script into the DOM. The script currently has a document.ready around it which appears to fire ok when in

[jQuery] Re: $(document).ready limits

2007-05-30 Thread weepy
no - is defer an IE thing ? On May 30, 1:36 pm, Brandon Aaron [EMAIL PROTECTED] wrote: Are you using the defer attribute on any of your scripts? -- Brandon Aaron On 5/30/07, weepy [EMAIL PROTECTED] wrote: Hi I have a project where I am using Ajax to squirt some HTML and script

[jQuery] Re: $(document).ready limits

2007-05-30 Thread Brandon Aaron
Yes it is. It has been known to cause problems when used in conjunction with jQuery scripts that use ready. It is rare that the ready method doesn't work properly in IE. Could you maybe post up a simplified test case? Try to narrow it down. -- Brandon Aaron On 5/30/07, weepy [EMAIL PROTECTED]