如何让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-11

jQuery 获取兄弟元素的几种不错方法02-07

回顾强大的jQuery选择器12-18


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