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 没有隐藏,我如何获得最后一个?
var elem = $(".myclass:visible").last();
小提琴
使用last()选择器中的函数,该函数可以选择未隐藏的 div。
last()
http://api.jquery.com/last/
试试http://api.jquery.com/last-selector/
试试 jQuery last 选择器
$(".cssName :last")
最后一个选择器