* sleep [#g2ccab41]

** jQuery [#d6c062fa]
  $(this).delay(1000).queue(function() {
    alert(1);
    $(this).dequeue();
  });

** POJS [#t1e3ce92]
  setTimeout(function() {
    alert(2);
  }, 3000);

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