Skip to main content

Bug Tracker

Side navigation

#4710 closed bug (invalid)

Opened June 01, 2009 11:50AM UTC

Closed August 09, 2009 02:05AM UTC

Internet Explorer 6 and 7 do not explicitly append dom elements

Reported by: inspiraller Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
Description

When writing elements into the dom, using .html() or append() do not specifically work in IE. It may write them into the page, but when using javascript to detect these elements in the page they are non existent. Using the standard innerHTML method is more reliable.

Attachments (0)
Change History (1)

Changed August 09, 2009 02:05AM UTC by dmethvin comment:1

resolution: → invalid
status: newclosed

These methods certainly do work in IE. You may want to create a test case and discuss it in a forum to see if your understanding is correct. If so, reopen this ticket with a test case.