> 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/
