Skip to main content

Bug Tracker

Side navigation

Ticket #5568: test.html


File test.html, 0.8 KB (added by PERECil, November 30, 2009 11:15AM UTC)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xml:lang="fr" xmlns="http://www.w3.org/1999/xhtml">
	<head>
		<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
		<title>Test template</title>
		<script type="text/javascript" src="jquery-1.3.2.js"></script>
		<style type="text/css" media="screen">
/* <![CDATA[ */
/* ]]> */
		</style>
		<script type="text/javascript">
/* <![CDATA[ */
$( document ).ready( function( e )
{
	// Firefox returns "SPAN"
	// Internet explorer 6/7/8 returns "!"
	alert( $( "#test" ).find( ":first" ).get( 0 ).tagName );
} );
/* ]]> */
		</script>
	</head>
	<body>
		<div id="test">
			<!-- some comment -->
			<span>element</span>
		</div>
	</body>
</html>

Download in other formats:

Original Format