开发者

How to select the 2nd result with jQuery?

$('select')

I want to开发者_如何学编程 select the second select above,how to do it?


You can do it like this: $('select').eq(1) or $('select:eq(1)')

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜