#9250 closed bug (duplicate)
checkbox error
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | low | Milestone: | 1.6.1 |
Component: | attributes | Version: | 1.6 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
HTML: <input type="checkbox" onclick="Check(this)"/> Javascript: function Check(obj) {
test print alert($(obj).attr("checked")); IE 8 print "" Firefox print "undefined"
if($(obj).attr("checked")) {
code....
} else {
code....
}
}
Change History (2)
comment:1 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | 1.next → 1.6.1 |
Priority: | undecided → low |
Resolution: | → duplicate |
Status: | new → closed |
comment:2 Changed 12 years ago by
Note: See
TracTickets for help on using
tickets.
Duplicate of #9191.