如何让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的过滤元素操作02-26


JQuery的一些小应用收集02-11

jQuery产品间断向下滚动效果核心代码02-15

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