Created
July 10, 2015 18:54
-
-
Save anonymous/adf262b4d49981c87853 to your computer and use it in GitHub Desktop.
jQuery Scavenger Hunt // source http://jsbin.com/cuvimu
This file contains hidden or 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
<!DOCTYPE html> | |
<html> | |
<head> | |
<script src="https://code.jquery.com/jquery-2.1.1.min.js"></script> | |
<meta charset="utf-8"> | |
<title>jQuery Scavenger Hunt</title> | |
</head> | |
<body> | |
<div id= tv1></div> | |
<div id= tv2></div> | |
<script id="jsbin-source-javascript" type="text/javascript"> | |
</script></body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment