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
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(){
>
2 matches
Mail list logo