如何让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-12
密码框显示提示文字jquery示例02-20
学习“瀑布流触发分页”的功能06-06
jQuery拖拽div实现思路02-06
网友评论文明上网理性发言 已有0人参与
发表评论: