Opened 14 years ago
Closed 14 years ago
#4710 closed bug (invalid)
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.
Note: See
TracTickets for help on using
tickets.
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.