Closed
Description
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.
Jim