如何让Ajax执行完后再继续往下执行????看代码:
$.ajax ({ CAChe: false, async: false, // 太关键了,学习了,同步和异步的参数 datatype: 'json', type: 'post', url: "../handle/Ladder_Fee_code.ashx?ajaxaction=select_FangAn", success: function (data) { alert("1"); }); alert("2");
如何让Ajax执行完后再继续往下执行????看代码:
$.ajax ({ CAChe: false, async: false, // 太关键了,学习了,同步和异步的参数 datatype: 'json', type: 'post', url: "../handle/Ladder_Fee_code.ashx?ajaxaction=select_FangAn", success: function (data) { alert("1"); }); alert("2");

一个只会jQuery的前端是不是OUT了11-30

表头固定(利用jquery实现原理介绍)02-13

不要使用jQuery触发原生事件的方法02-14

基于jQuery的表格操作插件02-12

学习jQuery同步提交12-26

网友评论文明上网理性发言 已有0人参与
发表评论: