Skip to main content

Bug Tracker

Side navigation

Ticket #6261: test-6261.html


File test-6261.html, 0.4 KB (added by dmethvin, September 27, 2010 03:25AM UTC)
<!DOCTYPE html>
<html>
<head>
<title>test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js"></script>
</head>
<body>


<ul class="myElement">
	<li><span>Test</span><div>&nbsp;</div></li>
</ul>


<script type="text/javascript">

$(function(){

$('.myElement').clone(true).insertAfter(".myElement");


});

</script>
</body>
</html>

Download in other formats:

Original Format