I am getting the same error using load in IE.  The alternative method you proposed corrected the problem. 

Matt 

[EMAIL PROTECTED] wrote: -----

To: "jQuery Discussion." <[email protected]>
From: "John Resig" <[EMAIL PROTECTED]>
Sent by: [EMAIL PROTECTED]
Date: 08/13/2006 11:58AM
Subject: Re: [jQuery] Bug?

> Can anyone help me with this?

IE really hates dealing with Tables and innerHTML (which is what
.load() uses). An alternative may look something like this (untested):

$.get('ajaxClassObjects.act?type=5&id=9',function(html){
   $("#objects").empty().append( html );
});

It's worth a shot - let me know if that helps.

--John

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to