jQuery: The Write Less, Do More JavaScript Library

Ticket #1944 (closed bug: fixed)

Opened 6 months ago

Last modified 6 months ago

.attr() doesn't work properly with FF

Reported by: cerdoc Assigned to: anonymous
Type: bug Priority: minor
Milestone: 1.2.2 Component: core
Version: 1.1.4 Keywords:
Cc: Needs: Review

Description

... <div id="myDiv"> ..</div> ... alert( $("#myDiv").attr("tagName") ); ...

return : - "DIV" with IE - "undefined" with FF

Attachments

Change History

Changed 6 months ago by brandon

  • status changed from new to closed
  • resolution set to fixed

Fixed in Rev [3856].

Note: See TracTickets for help on using tickets.