5 xml ajax jquery
我使用下面的代码在jsfiddle.net中使用xml加载
$.ajax({ type: "GET", url: "/echo/note.xml", dataType: "xml", success: function(xml) { alert('Hi'); } });
但它不起作用..请看看这个并纠正我的错误.. 这里是小提琴
Dav*_*ton 4
查看工作小提琴:
http://jsfiddle.net/davelnewton/GwGrG/
和文档:
http://doc.jsfiddle.net/use/echo.html
归档时间:
13 年,11 月 前
查看次数:
4240 次
最近记录:
9 年,7 月 前