$('input').eq(1)与$("input:eq(2)") 什么区别?
找到答案了,不妥之处欢迎指正
$( "selector" ).eq( index );//等价于$( "selector:eq(index)" );