我的jQuery的下面幾行:測序2行jQuery的
// When dragging ends
stop: function(event, ui) {
// Replace the placeholder with the original
$placeholder.after($this.show()).remove();
// Run a custom stop function specitifed in the settings
settings.stop.apply(this);
},
我不想settings.stop.apply(this);
運行,直到上面的線是($placeholder.after($this.show()).remove();
),現在發生的事情是settings.stop
正在運行早。
有了jQuery,我如何排序這兩行直到第一個完成才能繼續?
你什麼意思通過正確的「這」嗎? – AnApprentice 2010-05-25 03:39:13
@nobosh - 請參閱我的編輯(無法在評論中加入) – Alconja 2010-05-25 04:20:43