Skip to main content

Bug Tracker

Side navigation

Ticket #4622: test-4622.html


File test-4622.html, 0.5 KB (added by dmethvin, May 05, 2009 12:39AM UTC)

Test of self-closing <div> tags for IE.

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html><head>
<title>div test</title>
<style type="text/css">

</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
	alert($("#div1").text("test1").html());
	alert($("#div2").text("test2").html());
});
</script>
</head>
<body>

<div id="div1"></div>
<div id="div2" />

</body>
</html>

Download in other formats:

Original Format