开发者

How to select the 2nd result with jQuery?

开发者 https://www.devze.com 2023-01-02 07:06 出处:网络
$(\'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)\')
$('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

精彩评论

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