Skip to content

Instantly share code, notes, and snippets.

@grammaticof
Forked from kled/gist:1994059
Created March 7, 2012 16:28
Show Gist options
  • Save grammaticof/1994198 to your computer and use it in GitHub Desktop.
Save grammaticof/1994198 to your computer and use it in GitHub Desktop.
jQuery: HTML start page
<!DOCTYPE html>
<html>
<head>
<title>index</title>
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
<script type="text/javascript">
$(function(){
});
</script>
</head>
<body>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment