#9329 closed bug (fixed)
attr("title") issue in ie7
Reported by: | naltatis | Owned by: | Timmy Willison |
---|---|---|---|
Priority: | low | Milestone: | 1.6.2 |
Component: | attributes | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
$("<div>").attr('title') // returns ""
A missing "title" attribute returns empty string instead of undefined in ie7
Change History (3)
comment:1 Changed 12 years ago by
comment:2 Changed 12 years ago by
Component: | unfiled → attributes |
---|---|
Milestone: | 1.next → 1.6.2 |
Owner: | set to Timmy Willison |
Priority: | undecided → low |
Status: | new → assigned |
comment:3 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Switched title attribute to getAttributeNode for IE6/7. Fixes #9329.
Changeset: 7d3ba9f89e8077dff96e4cd9784fda20625c38d6
Note: See
TracTickets for help on using
tickets.
http://jsfiddle.net/m3D8E/