Side navigation
#9642 closed bug (duplicate)
Opened June 21, 2011 10:55PM UTC
Closed June 21, 2011 11:11PM UTC
Last modified June 21, 2011 11:11PM UTC
.attr("value") returns undefined when attribute is actually named 'value'
Reported by: | frank@tricky.net | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Happens in 1.6.1. Used to work fine with 1.5.
This attribute shows up properly in the list of attributes of the object (in the debugger), but always returns undefined now when accessed with .attr(), or prop().
For info, the element using this attribute is a div.
(Chrome 12.0, OSX 10.6)