Created
March 24, 2015 18:25
-
-
Save sam3k/87764538945429085468 to your computer and use it in GitHub Desktop.
Simple Page
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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