Posted in Javascript onJuly 09, 2013
$.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和Js中,如何让ajax执行完后再继续往下执行
声明:登载此文出于传递更多信息之目的,并不意味着赞同其观点或证实其描述。
Reply on: @reply_date@
@reply_contents@