- バックアップ一覧
- 差分 を表示
- 現在との差分 を表示
- ソース を表示
- JavaScript/タイマー処理/sleepいろいろ へ行く。
- 1 (2011-07-31 (日) 07:28:35)
- 2 (2011-07-31 (日) 07:28:52)
- 3 (2012-01-28 (土) 13:57:29)
- 4 (2020-05-08 (金) 07:28:33)
sleep
$(this).delay(1000).queue(function() { alert(1); $(this).dequeue(); });
setTimeout(function() { alert(2); }, 3000);