Fork me on GitHub
.net求学者

随笔分类 -  AJAX

AJAX
摘要:AJAX Pro2包及其案例下载 方法二: 仅支持POST提交方法 data: "{'data':'" + data + "'}",此处要注意为字符串json格式 阅读全文
posted @ 2014-07-03 10:37 hy31337
摘要://加载城市function loadArea_pep() { $.ajax({ url: "/xmlFile/crty.xml", success: function (result) { var item = "--不限--"; $(result).find("State").each(function () { item += "" + $(this).attr("Name") + "" })//end each $("#WordAdde... 阅读全文
posted @ 2014-03-31 09:49 hy31337 阅读(216) 评论(0) 推荐(0)

.net求学者