Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
クラス名にダッシュが含まれているオブジェクトを選択しようとしています-のように$("div.nav-next");
$("div.nav-next");
それは機能しません-ダッシュが問題のようです-何かアイデアはありますか?ありがとう
これを試して。「div」部分を取り除きます。
$('.nav-next')