0

我需要在 Dajax 或 Dajaxice 请求中设置 jQuery.ajax() 的等效“异步”设置,以避免在我的 Dajaxice 回调结束之前继续执行脚本。

$(".some_selector").click(
    Dajaxice.apps.forum.forum_com(my_js_callback, {'id':$(this).attr("id")});
    // More js code here.. Here should not continue before call ends.

谢谢。

4

1 回答 1

0

好的,我认为这还不可能。为了解决这个问题,我把我的代码放在“my_js_callback”函数中。

于 2013-04-15T10:11:32.780 回答