Side navigation
Ticket #3617: test.html
File test.html, 0.7 KB (added by JuniorZ, November 17, 2008 01:18PM UTC)
Example used
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Opera/9.62 (Windows NT 5.1; U; pt-BR) Presto/2.1.1</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" media="print" href="http://docs.jquery.com/skins/common/commonPrint.css" />
<script>
$(window).ready(function(){
alert('ready');
$(window).load(function(){
alert('loaded');
});
});
</script>
</head>
<body>
</body>
</html>
Download in other formats:
Original Format
File test.html, 0.7 KB (added by JuniorZ, November 17, 2008 01:18PM UTC)
Example used
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-2" />
<title>Opera/9.62 (Windows NT 5.1; U; pt-BR) Presto/2.1.1</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
<link rel="stylesheet" type="text/css" media="print" href="http://docs.jquery.com/skins/common/commonPrint.css" />
<script>
$(window).ready(function(){
alert('ready');
$(window).load(function(){
alert('loaded');
});
});
</script>
</head>
<body>
</body>
</html>