JQuery.Ajax
摘要:Examples:// Example: 加载并执行一个 JS 文件。$.ajax({ type: "GET", url: "test.js", dataType: "script" });// Example: 保存数据到服务器,成功时显示信息。$.ajax({ type: "PO...
阅读全文
posted @ 2014-06-18 16:45
posted @ 2014-06-18 16:45