Skip to content

Instantly share code, notes, and snippets.

@carlosrojaso
Created May 15, 2014 09:46
Show Gist options
  • Save carlosrojaso/d50ff222c548cb70068a to your computer and use it in GitHub Desktop.
Save carlosrojaso/d50ff222c548cb70068a to your computer and use it in GitHub Desktop.
Query: The Basics
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<title>Demo</title>
</head>
<body>
<a href="http://jquery.com/">jQuery</a>
<script src="jquery.js"></script>
<script>
// Your code goes here.
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment