Skip to main content

Bug Tracker

Side navigation

#9784 closed bug (duplicate)

Opened July 08, 2011 02:39PM UTC

Closed July 08, 2011 02:50PM UTC

Last modified July 08, 2011 02:50PM UTC

.html() and .text() don't work in IE

Reported by: anonymous Owned by:
Priority: low Milestone: 1.next
Component: attributes Version: 1.6.2
Keywords: Cc:
Blocked by: Blocking:
Description

http://jsfiddle.net/r7MgY/7382/

jQuery 1.5.2

.attr('tagName') doesn't work in ie with 1.6.1

http://jsfiddle.net/r7MgY/7384/

Attachments (0)
Change History (2)

Changed July 08, 2011 02:50PM UTC by timmywil comment:1

component: unfiledattributes
priority: undecidedlow
resolution: → duplicate
status: newclosed

tagName should be retrieved with http://api.jquery.com/prop as it is not an attribute.

Changed July 08, 2011 02:50PM UTC by timmywil comment:2

Duplicate of #9088.