#11725 closed bug (invalid)
a bug
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i have a "a" label like this: <a href="" checked="false"></a>
in 1.72 version, $("a").attr("checked") is "checked",not "false".
Change History (3)
comment:1 follow-up: 2 Changed 11 years ago by
Resolution: | → invalid |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
Replying to rwaldron:
checked
is not a valid attribute, nor property, of anchor elements
but when i changed my code : <a href="" check="false"></a>
$("a").attr("check") return "false"
comment:3 Changed 11 years ago by
This is the "jQuery bug tracker" not the "jQuery training center". Please ask for help on a forum.
Note: See
TracTickets for help on using
tickets.
checked
is not a valid attribute, nor property, of anchor elements