[jQuery] Re: Simple jQuery AJAX, going crazy.

2008-02-26 Thread haydenchambers
I think my problem is identical POST hasn´t worked for me... however ... i use the error like this error: function(a, b) { alert(a + "---" + b); } .. my alert does show up and I get "undefined---parseError" my xml is valid per w3.org same issue? h

[jQuery] Re: Simple jQuery AJAX, going crazy.

2008-02-25 Thread Q-Zma
try to use POST instead of GET On 25 фев, 12:51, spr <[EMAIL PROTECTED]> wrote: > I have this AJAX request: > >         $(function() { >           $.ajax({ type: "GET", url: "xml.php", dataType: "xml", > success: function(xml){ >             alert('success'); >           }, error: function(){ >