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のリストがあります。現在、非表示になっていない同じdivがいくつかありますが、最後のdivを取得するにはどうすればよいですか?
var elem = $(".myclass:visible").last();
フィドル
last()非表示になっていないdivを選択できるセレクターの関数を使用します。
last()
http://api.jquery.com/last/
http://api.jquery.com/last-selector/をお試しください
jQueryの最後のセレクターを試してください
$(".cssName :last")
最後のセレクター