Side navigation
Ticket #6653: test-6653.html
File test-6653.html, 0.4 KB (added by dmethvin, June 11, 2010 12:58AM UTC)
Test case for #6653
<!DOCTYPE HTML>
<html><head>
<title>test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
var x = $("div");
x.each(function(i){
alert("Element "+ i +" ("+ this.nodeName + ") - '" + $(this).text() + "'");
});
});
</script>
</head>
<body>
<div>DIV1</div>
</body>
</html>
Download in other formats:
Original Format
File test-6653.html, 0.4 KB (added by dmethvin, June 11, 2010 12:58AM UTC)
Test case for #6653
<!DOCTYPE HTML>
<html><head>
<title>test</title>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.js" type="text/javascript"></script>
<script type="text/javascript">
$(function(){
var x = $("div");
x.each(function(i){
alert("Element "+ i +" ("+ this.nodeName + ") - '" + $(this).text() + "'");
});
});
</script>
</head>
<body>
<div>DIV1</div>
</body>
</html>