Skip to content

Instantly share code, notes, and snippets.

@sam3k
Created March 24, 2015 18:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sam3k/87764538945429085468 to your computer and use it in GitHub Desktop.
Save sam3k/87764538945429085468 to your computer and use it in GitHub Desktop.
Simple Page
<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"> </script>
</head>
<body>
<div id="div1">Div 1</div>
<div id="div2">Div 2</div>
<div id="div3">Div 3</div>
<img src="http://brand.jquery.org/resources/jquery-mark-light.gif" />
</body>
<script>
// Your jQuery code here
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment