Side navigation
#9644 closed bug (duplicate)
Opened June 22, 2011 03:35AM UTC
Closed June 22, 2011 01:26PM UTC
Last modified June 22, 2011 01:26PM UTC
jquery 1.6.1 $('form').attr('tagName') con't get the right value
Reported by: | xu.huan.web.master@gmail.com | Owned by: | xu.huan.web.master@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | 1.next |
Component: | attributes | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
jquery 1.6.1 $('form').attr('tagName') con't get the right value.
jquery 1.4.2 is correct.
Attachments (0)
Change History (3)
Changed June 22, 2011 12:57PM UTC by comment:1
component: | unfiled → attributes |
---|---|
owner: | → xu.huan.web.master@gmail.com |
status: | new → pending |
Changed June 22, 2011 01:26PM UTC by comment:2
priority: | undecided → low |
---|---|
resolution: | → duplicate |
status: | pending → closed |
tagName is not an attribute.
Thanks for taking the time to contribute to the jQuery project! Please provide a reduced jsFiddle test case to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, I've created this boilerplate: http://jsfiddle.net/rwaldron/da3nM/ Open the link and click to "Fork" in the top menu.