Side navigation
Ticket #4643: jquery_clone_bug.html
File jquery_clone_bug.html, 0.9 KB (added by balazs.endresz, May 10, 2009 05:02PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<meta name="content-type" content="text/html; charset=utf-8" />
<title>jQuery.fn.clone bug</title>
</head>
<body>
<p>Today, <em>everybody</em>
realizes the need to have an online presence. We are
<a href='/services/'><abbr title='Search Engine Optimization'>SEO</abbr> experts</a>
and have had much success in the hotel and travel industries both here in Chiang Mai, Thailand and internationally.
</p>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
<script type="text/javascript">
jQuery("p").find("*").clone(true);
</script>
</body>
</html>
Download in other formats:
Original Format
File jquery_clone_bug.html, 0.9 KB (added by balazs.endresz, May 10, 2009 05:02PM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head profile="http://www.w3.org/2005/10/profile">
<meta name="content-type" content="text/html; charset=utf-8" />
<title>jQuery.fn.clone bug</title>
</head>
<body>
<p>Today, <em>everybody</em>
realizes the need to have an online presence. We are
<a href='/services/'><abbr title='Search Engine Optimization'>SEO</abbr> experts</a>
and have had much success in the hotel and travel industries both here in Chiang Mai, Thailand and internationally.
</p>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js"></script>
<script type="text/javascript">
jQuery("p").find("*").clone(true);
</script>
</body>
</html>