Skip to content

Instantly share code, notes, and snippets.

@Luke-SF
Luke-SF / Dragdrop.htm
Created February 1, 2013 05:57
Sample working drag-drop with multiline, even in Firefox 18.
<!DOCTYPE HTML>
<html>
<head>
<style>
body {
margin: 0px;
padding: 0px;
}
</style>
<!-- old <script src="https://local-py.googlecode.com/svn-history/r7/trunk/js/kinetic-v3.10.1.js"></script>-->