通过位置选取元素的jquery选择器有哪些

2025-05-07 11:25:36
推荐回答(1个)
回答1:

td:eq(3) 第四个td

td:first() 第一个td

$("p").filter(".selected") //保留带有select类的元素