On this page:
http://api.jquery.com/prop/
this line of text seems wrong:
"$(elem).attr("checked") (1.6.1+) "checked" (String) Will change with checkbox state"
shouldn't this read, "Initial state of the checkbox; does not change" instead?
The Example just below it seems to support my opinion.
#288 initially recorded this problem, but the resolution, #1180, seems to have corrected the attr documentation but not the prop documentation, as it is still in the prop documentation.
On this page:
http://api.jquery.com/prop/
this line of text seems wrong:
"$(elem).attr("checked") (1.6.1+) "checked" (String) Will change with checkbox state"
shouldn't this read, "Initial state of the checkbox; does not change" instead?
The Example just below it seems to support my opinion.
#288 initially recorded this problem, but the resolution, #1180, seems to have corrected the attr documentation but not the prop documentation, as it is still in the prop documentation.