jquery 読み込み順番

1
2
3
4
$(window).load(function() {
// DOMが読み込まれたら処理を実行する
  処理
});
PAGE TOP