[jQuery] Re: xml parsing error

2008-06-19 Thread David Decraene
Are you loading that xml file locally? That may be the problem: try something like this for local xml file access: if($.browser.msie location.toString().indexOf('file') == 0) { // stupid IE won't load local xml files with XMLHttpRequest var xml =

[jQuery] Re: xml parsing error

2008-06-18 Thread koko
Thanks but it's not working !!! I'm using IE7 for testing , maybe in IE6 it's wroking any solution?

[jQuery] Re: xml parsing error

2008-06-18 Thread Sam Sherlock
well for meit works in ff3, ff2, ie6, ie7, ie8b1 and opera 8 and opera 9.5b also safari 3(windows xp) I get two alert pop up first 0-1 then 1-2 what is not working for you? double check that you have no errors syntax / mark up every time I try this it works fine - whatever browser I opt for.

[jQuery] Re: xml parsing error

2008-06-18 Thread koko
no alerts at all in IE , I tried it on different systems (3 pcs) , but no alert shows ... I followed it with firebug and I discovered that IE does not enter success function at all. thanks for replying On Jun 18, 4:54 pm, Sam Sherlock [EMAIL PROTECTED] wrote: well for meit works in ff3, ff2,

[jQuery] Re: xml parsing error

2008-06-17 Thread Sam Sherlock
first off I am no jquery or javascripot guru - I got this working in both ie6 ff3 in parse.js uncomment the ajax attempt and try the following $.ajax({ type: GET, url: path, dataType: xml, success: function(data) { /* perform a function