Opened 15 years ago
Closed 15 years ago
#1944 closed bug (fixed)
.attr() doesn't work properly with FF
Reported by: | cerdoc | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.2.2 |
Component: | core | Version: | 1.1.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
... <div id="myDiv"> ..</div> ... alert( $("#myDiv").attr("tagName") ); ...
return :
- "DIV" with IE
- "undefined" with FF
Note: See
TracTickets for help on using
tickets.
Fixed in Rev [3856].