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.
我对同位素插件有一个小问题。加载我的网页后,Isotope 将显示所有元素。我想让它显示一个类别。我怎样才能实现它?
在此先感谢您的帮助!
只需在您最初调用 isotope 的选项中提供一个过滤器,该过滤器将只选择您想要的项目:
$('#someid').isotope({filter: '.someclassonMyCategoryElements'});
PS。如果您显示现有代码会有所帮助,因此我们都有一些可以使用的上下文:)