[jQuery] Re: problem with jquery selector in IE

2008-11-03 Thread glowbal
Thanks for the quick response. Too bad the Firefox behavior isn't what is "supposed" to happen...

[jQuery] Re: problem with jquery selector in IE

2008-11-02 Thread glowbal
To be more explicit, here is the relevant code: function displayURL(xml) { try { alert(xml); var result = $("url", xml).text(); alert(result); } catch (ex) { alert(ex); } } In the above code the alert

[jQuery] problem with jquery selector in IE

2008-11-02 Thread glowbal
Hi, I have an jquery-ajax-enabled javascript script that runs just fine in FireFox. However, in IE 6, my script is failing. My ajax request returns the following string and passes it to a function to be processed. The string returned is: some valid url here This string is being constru