LoginSignup
1
1

More than 5 years have passed since last update.

jQueryでロード・スクロール・リサイズされると実行

Posted at

$(window).on('load scroll resize', function(){
//ここにコード
});

複数を.on()の中に半角あけて書けばOK

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1