$(".div:first")
$(".aaron:eq(2)")
$("input:not(:checked) + p")请问为什么input前面不加点?
input 是标签。。。class 属性才要加.