Skip to content

Instantly share code, notes, and snippets.

@Borgaard
Forked from bbugh/jquery-practice
Last active August 29, 2015 14:11
Show Gist options
  • Save Borgaard/3eeb0d985d41c94d1a0d to your computer and use it in GitHub Desktop.
Save Borgaard/3eeb0d985d41c94d1a0d to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>jQuery Practice</title>
</head>
<body>
<div id="content">
<div class="entry">
<h1>You Won't Believe What Happens When You Click This Link</h1>
<a href="#">Click me!</a>
</div>
<div class="entry">
<h1>When I Clicked This Link, I Couldn't Stop Crying</h1>
<a href="#">Click me!</a>
</div>
</div>
<script type="text/javascript"
src="https://code.jquery.com/jquery-2.1.1.min.js"></script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment