Skip to main content

Bug Tracker

Side navigation

Ticket #5681: jquery-clone.html


File jquery-clone.html, 0.4 KB (added by andri, December 19, 2009 01:31PM UTC)
<html>
	<head>
		<script type="text/javascript" src="jquery-1.4a2.js"></script>
		<!--<script type="text/javascript" src="jquery-1.3.2.js"></script>-->
		<script type="text/javascript">
			$(function() {
				$("#src").click(function() { $(this).text("clicked"); });
				$("#src").clone(true).appendTo("body");
			});
		</script>
	</head>
	<body>
		<div id=src>foo</div>
	</body>
</html>

Download in other formats:

Original Format