LoginSignup
1
0

More than 5 years have passed since last update.

JavaScript jQuery セレクタAND条件指定

Posted at

クラス名複数をAND条件指定で書き換える

$(".name1.name2").text( "hoge" );

セレクタを区切り文字なしで連結

1
0
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
0