[jQuery] Re: How to speed up performance of html() and load()

2008-04-21 Thread [EMAIL PROTECTED]
Good lord, that's what was causing my IE errors!!! Thank you so much! :) :) On Apr 21, 4:26 pm, hans <[EMAIL PROTECTED]> wrote: > I would like to second this, besides the problems mentioned above this > also causes the bug in IE that triggers the security warning (http:// > support.microsoft.com

[jQuery] Re: How to speed up performance of html() and load()

2008-04-21 Thread hans
I would like to second this, besides the problems mentioned above this also causes the bug in IE that triggers the security warning (http:// support.microsoft.com/kb/925014). The only way to prevent this seems to be replacing the code in the empty function with this.innerHTML=""; Any news or thou