AJAX responseXML errors

前端 未结 7 2249
傲寒
傲寒 2020-12-21 02:41

I\'ve been having some weird issues when it comes to make an AJAX request and handling the response.

I am making an ajax call for an xml file. however when i get the

7条回答
  •  遥遥无期
    2020-12-21 02:56

    To avoid your cross browser problems (and save yourself coding a lot of items that a strong community has already developed, tested, and reviewed), you should select a javascript library. JQuery and Dojo are great choices.

提交回复
热议问题