LoginSignup
1
1

More than 5 years have passed since last update.

指定した複数のclassを持つ要素だけ取得する

Posted at

そうだったんだ

指定した複数のclassを持つ要素だけ取得する

//セレクタの間に半角スペースを入れない
$('.foo.bar').addClass('hoge');

出典

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