Side navigation
Ticket #5845: test.html
File test.html, 0.7 KB (added by ecentinela, January 18, 2010 08:42AM UTC)
bug core closing tags
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
<script type="text/javascript">
//<![CDATA[
$(function() {
var html = [
'<div id="parent_1">',
'<div id="child_1_of_child_1_of_parent_1"/>',
'</div>',
'<div id="parent_2"/>',
].join('');
$('<div/>').appendTo('body').html(html);
});
//]]>
</script>
</head>
<body>
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.7 KB (added by ecentinela, January 18, 2010 08:42AM UTC)
bug core closing tags
<!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" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery Test</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.js"></script>
<script type="text/javascript">
//<![CDATA[
$(function() {
var html = [
'<div id="parent_1">',
'<div id="child_1_of_child_1_of_parent_1"/>',
'</div>',
'<div id="parent_2"/>',
].join('');
$('<div/>').appendTo('body').html(html);
});
//]]>
</script>
</head>
<body>
</body>
</html>