Skip to content

Instantly share code, notes, and snippets.

@ashgti
Created December 8, 2008 02:27
Show Gist options
  • Save ashgti/33315 to your computer and use it in GitHub Desktop.
Save ashgti/33315 to your computer and use it in GitHub Desktop.
<html>
<head>
<title>Hello World</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.2.6/jquery.min.js"></script>
<script>
$(document).read(function () {
alert("hello World");
});
</script>
</head>
<body>
<h1>Hi!!</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment