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.
我在同一个类的页面上有几个选择VirtueClass。现在我想在值等于的页面上的第一个选择上更改所选项目0,例如页面上的第一个“免费”选择。
VirtueClass
0
我该如何编写这样的选择器?
$('.VirtueClass').filter(function(){ return this.value == 0; }).eq(0);
这将选择设置为零的第一个项目