Skip to main content

Bug Tracker

Side navigation

Ticket #2611: height.html


File height.html, 0.6 KB (added by scottgonzalez, March 28, 2008 04:24PM 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" xml:lang="en" lang="en">
<head>
	<title>Height Test</title>

	<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	<meta http-equiv="Content-Language" content="en-us" />
	
	<script type="text/javascript" src="http://code.jquery.com/nightlies/jquery-nightly.js"></script>
	
	<script type="text/javascript">
	$(document).ready(function(){
		alert($('#foo').height());
	});
	</script>
</head>

<body>
<div>
<div id="foo"></div>
content outside
</div>
</body>

</html>

Download in other formats:

Original Format