Side navigation
#2217 closed bug (fixed)
Opened January 23, 2008 07:05AM UTC
Closed January 23, 2008 02:26PM UTC
Last modified August 13, 2009 09:21AM UTC
(1.2.2)clone TR dosn't work in IE
Reported by: | bigxxs | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.2.2 |
Component: | core | Version: | 1.2.2 |
Keywords: | clone | Cc: | |
Blocked by: | Blocking: |
Description
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>test</title> <script language="JavaScript" src="jquery-1.2.2.js"></script> <script language="JavaScript"> <!-- $(function(){ $('button').click(function(){ var TR = $('#firstLine'); TR.clone().insertAfter(TR); }); }); //--> </script> </head> <body> <button>test</button> <table border="1"> <tr id="firstLine"> <td>AAA</td> <td>BBB</td> <td>CCC</td> </tr> </table> </body>
Sorry, I have just see #2184(fixed)