sleep

jQuery

  $(this).delay(1000).queue(function() {
    alert(1);
    $(this).dequeue();
  });

POJS

  setTimeout(function() {
    alert(2);
  }, 3000);

トップ   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS