(1.2.2)clone TR dosn't work in IE
<!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>
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Sorry, I have just see #2184(fixed)