Skip to content

Instantly share code, notes, and snippets.

@jasonyandell
Created August 14, 2012 18:22
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 jasonyandell/3351460 to your computer and use it in GitHub Desktop.
Save jasonyandell/3351460 to your computer and use it in GitHub Desktop.
Code of Disapproval (ಠ_ಠ)
<!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>
@jasonyandell
Copy link
Author

Credit: Brian Buvinghausen

Inspiration: http://kutruff.wordpress.com/

@buvinghausen
Copy link

haha awesome

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment