使用jquery选择多个相同class中的一个的方法

时间:2020-12-21 20:03:38


$(".swiper-wrapper .swiper-slide:nth-of-type(1)").append('');

.swiper-wrapper父级class

.swiper-slide子级

:nth-of-type(1) 跟在子级后面,1表示相同class中第一个