Created
March 8, 2011 00:02
-
-
Save oleander/859555 to your computer and use it in GitHub Desktop.
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> | |
<meta content="text/html; charset=utf-8" http-equiv="Content-type"> | |
<title>Drag & Drop Tacos</title> | |
<link rel="stylesheet" href="/css/master.css" type="text/css" media="screen" title="no title"> | |
<script type="text/javascript"> | |
$("#drop_target").dndUploader({ | |
url : "/", | |
method : "PUT" | |
}); | |
</script> | |
</head> | |
<body> | |
<div id="drop_target"> | |
</div> | |
</body> | |
<script src="/javascripts/jquery-1.4.3.js" type="text/javascript"></script> | |
<script src="/javascripts/jquery.dnduploader.js" type="text/javascript"></script> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment