Created
August 14, 2012 18:22
-
-
Save jasonyandell/3351460 to your computer and use it in GitHub Desktop.
Code of Disapproval (ಠ_ಠ)
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
<!DOCTYPE html> | |
<html> | |
<head> | |
<title>The Code Of Disapproval (ಠ_ಠ)</title> | |
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/themes/base/jquery-ui.css" type="text/css" media="all" /> | |
<style type="text/css"> | |
#draggable | |
{ | |
width: 150px; | |
height: 150px; | |
padding: 0.5em; | |
} | |
</style> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script> | |
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.22/jquery-ui.js" type="text/javascript"></script> | |
<script type="text/javascript"> | |
jQuery(document).ready(function (ಠ_ಠ) { | |
ಠ_ಠ("#draggable").draggable(); | |
}); | |
</script> | |
</head> | |
<body> | |
<div class="demo"> | |
<div id="draggable" class="ui-widget-content"> | |
<p>Drag ಠ_ಠ around</p> | |
</div> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
haha awesome