Jquery XML working in Firefox not in IE

kdf2883

New Member
\[code\]var xml = 'XML text';$('Collection > SubCollection', xml).each(function(){ alert("in);}\[/code\]This jquery function works fine in firefox, but not in IE, how can i get it to work in IE
 
Back
Top