Side navigation
#5346 closed bug (worksforme)
Opened October 09, 2009 11:55PM UTC
Closed June 13, 2010 05:55PM UTC
Last modified March 13, 2012 03:34PM UTC
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@monkdevelopment.com |
Blocked by: | Blocking: |
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.
To run the example press add in the Options column.