Side navigation
Ticket #6497: test-6497.html
File test-6497.html, 0.4 KB (added by dmethvin, August 04, 2010 02:37AM UTC)
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
alert($("#tester").first().length);
});
</script>
</head>
<body>
<h1>Header</h1>
<div id="tester"><p>test</p></div>
<div class="Item">Item 2</div>
</body>
</html>
Download in other formats:
Original Format
File test-6497.html, 0.4 KB (added by dmethvin, August 04, 2010 02:37AM UTC)
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function(){
alert($("#tester").first().length);
});
</script>
</head>
<body>
<h1>Header</h1>
<div id="tester"><p>test</p></div>
<div class="Item">Item 2</div>
</body>
</html>