[jQuery] Bug?

[jQuery] Bug?

<FONT face="Default Sans Serif,Verdana,Arial,Helvetica,sans-serif" size=2><DIV>I am getting the same error using load in IE.  The alternative method you proposed corrected the problem.  <BR><DIV><BR>Matt <BR><DIV><BR></DIV><FONT color=#990099> -----discuss-bounces@jquery.com wrote: -----<BR><BR></FONT><BLOCKQUOTE style="PADDING-RIGHT: 0px; PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MARGIN-RIGHT: 0px">To: "jQuery Discussion." < discuss@jquery.com><BR>From: "John Resig" < jeresig@gmail.com><BR>Sent by: discuss-bounces@jquery.com<BR>Date: 08/13/2006 11:58AM<BR>Subject: Re: [jQuery] Bug?<BR><BR><FONT face="Default Monospace,Courier New,Courier,monospace" size=2>> Can anyone help me with this?<BR><BR>IE really hates dealing with Tables and innerHTML (which is what<BR>.load() uses). An alternative may look something like this (untested):<BR><BR>$.get('ajaxClassObjects.act?type=5&id=9',function(html){<BR>   $("#objects").empty().append( html );<BR>});<BR><BR>It's worth a shot - let me know if that helps.<BR><BR>--John<BR><BR>_______________________________________________<BR>jQuery mailing list<BR> discuss@jquery.com<BR><A href="http://jquery.com/discuss/" target=blank> http://jquery.com/discuss/</A><BR></FONT></BLOCKQUOTE><BR></DIV></DIV></FONT>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/