Modify ↓
Ticket #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: | ||
| Blocking: | Blocked by: |
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.
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
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.