Why Does *[checked] Act Like :checked When Using Jquery's Filter Method?
Following on from a previous question. Lets say I have two checkboxes on a page loaded with jQuery 1.5.2 checks for the existence of the
checked
attribute. It appears that browsers add/remove this attribute when the check-box has been checked/un-checked.
Post a Comment for "Why Does *[checked] Act Like :checked When Using Jquery's Filter Method?"