I have the same problem. Even very simple example doesn't work in IE6 For example, I try the following code
$.get("test.xml",function(xml){ var text = $("control",xml).text(); alert(text); }); my XML file is as follows: <controls> <control>aaaaa</control> </controls> and when I run my code IE returns nothing. On Jun 18, 1:16 pm, Marc Jansen <[EMAIL PROTECTED]> wrote: > Hi Mike, > > mike yao schrieb: > > > I try to via ajax calling back xml object and manipulate, but IE6 > > can't get nodes infomation. Is jquery compatible under IE6? > > It should be working with IE 6. What exactly are you trying to do? Could > you post a small example? > > -- Marc