找到源码看了下
prop比attr深一些 用于DOM自有的,所以attr取不到的时候prop可能会取到(一些隐藏的属性)
attr能取到的自己加的 PROP取不到
有一种局部变量对全局变量的感觉
至于TRUE/FALSE
To retrieve and change DOM properties such as the checked, selected, or disabled state of form elements, use the .prop() method.
官方的建议是对DOM自有的TRUE、FALSE建议用PROP
prop比attr深一些 用于DOM自有的,所以attr取不到的时候prop可能会取到(一些隐藏的属性)
attr能取到的自己加的 PROP取不到
有一种局部变量对全局变量的感觉
至于TRUE/FALSE
To retrieve and change DOM properties such as the checked, selected, or disabled state of form elements, use the .prop() method.
官方的建议是对DOM自有的TRUE、FALSE建议用PROP