嘿~老师您好!为什么$(":not(selector) ")选择器使用时我选中所有没有name属性的input元素后的p元素,赋予颜色 没有效果呢?(附:书写样式应该是$(":not(:selector) ")吗?)
没有name属性应该这样写 $(":not(:name)")