Modify ↓
Ticket #5346 (closed bug: worksforme)
jQuery 1.3.2 insertBefore not working properly in IE8
| Reported by: | onema | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.4 |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | insertBefore IE8 | Cc: | juan@… |
| Blocking: | Blocked by: |
Description
I have a list with multiple rows, and every list has an add and edit button that brings up a form using;
$('#addLinkListLink').insertBefore( "#" + link );
where link is the id of the container I want to insert before.
this works in any other browser but IE8? we are using jQuery 1.3.2.
Thank you.
here a sample code of what we are doing that is able to reproduce this problem.
Attachments
Change History
Changed 4 years ago by onema
-
attachment
testHTML.html
added
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.

test file that reproduces the bug, make sure to chage the library path