Bug Tracker

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

Change History (1)

comment:1 Changed 15 years ago by brandon

Resolution: fixed
Status: newclosed

Fixed in Rev [3856].

Note: See TracTickets for help on using tickets.