精华:
To retrieve and change DOM properties such as the checked, selected, or disabled state of form elements, use the .prop() method.
根据官方的建议:具有 true 和 false 两个属性的属性,如 checked, selected 或者 disabled 使用prop(),其他的使用 attr()
本文来源:http://blog.youkuaiyun.com/qq_27093465/article/details/50350216
做个记录怕忘了。。。。