#10514 closed bug (fixed)
removeAttr does not remove the class attribute in IE6/7
Reported by: | timmywil | Owned by: | timmywil |
---|---|---|---|
Priority: | low | Milestone: | 1.7 |
Component: | attributes | Version: | 1.7b2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
removeAttribute needs the property names in IE6/7.
Change History (2)
comment:1 Changed 11 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | None → 1.7 |
Owner: | set to timmywil |
Priority: | undecided → low |
Status: | new → assigned |
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Use the property name in elem.removeAttribute in IE6/7 to ensure correct removals. Fixes #10514.