Mercurial Hosting > dad
comparison src/index.html @ 3:6d5e4b38b4fb
start drag
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 21 Apr 2023 00:58:31 -0600 |
parents | 264646feb67b |
children | 0130ae25ef94 |
comparison
equal
deleted
inserted
replaced
2:264646feb67b | 3:6d5e4b38b4fb |
---|---|
10 <body> | 10 <body> |
11 <h1>Reactionary Drag and Drop</h1> | 11 <h1>Reactionary Drag and Drop</h1> |
12 | 12 |
13 <p>I can't find a usable drag-and-drop JavaScript library, so, as usual, I am forced to write one. You can follow my progress, starting from zero, right here. Here is <a href="https://hg.reactionary.software/repo/dad/">the source</a>. Here is <a href="http://www.reactionary.software/drag.html">the need</a>. And here are discussion threads on <a href="https://communities.win/c/programming/p/16an5RSxmy/javascript-drag-and-drop/c">Scored</a> and <a href="http://www.mikraite.org/JavaScript-Drag-and-Drop-tp3229.html">Reactionary Software</a> if you want to comment.</p> | 13 <p>I can't find a usable drag-and-drop JavaScript library, so, as usual, I am forced to write one. You can follow my progress, starting from zero, right here. Here is <a href="https://hg.reactionary.software/repo/dad/">the source</a>. Here is <a href="http://www.reactionary.software/drag.html">the need</a>. And here are discussion threads on <a href="https://communities.win/c/programming/p/16an5RSxmy/javascript-drag-and-drop/c">Scored</a> and <a href="http://www.mikraite.org/JavaScript-Drag-and-Drop-tp3229.html">Reactionary Software</a> if you want to comment.</p> |
14 | 14 |
15 <p>I will start by reviewing the existing depraved alternatives:</p> | 15 <p>I will start by reviewing some of the existing depraved alternatives:</p> |
16 <ul> | 16 <ul> |
17 <li><a href="/alternatives/standard.html">Standard Drag and Drop API</a></li> | 17 <li><a href="/alternatives/standard.html">Standard Drag and Drop API</a></li> |
18 <li><a href="/alternatives/interactjs.html">interact.js</a></li> | 18 <li><a href="/alternatives/interactjs.html">interact.js</a></li> |
19 <li><a href="/alternatives/draggabilly.html">Draggabilly</a></li> | 19 <li><a href="/alternatives/draggabilly.html">Draggabilly</a></li> |
20 </ul> | 20 </ul> |
21 | |
22 <p>Time to write my own. Here are some examples:</p> | |
23 <ul> | |
24 <li><a href="/examples/simple.html">Simple</a></li> | |
25 <li><a href="/examples/handle.html">Handle</a></li> | |
26 </ul> | |
27 <p>These use <a href="/dad.js">dad.js</a> and <a href="/dad.css">dad.css</a>. | |
21 </body> | 28 </body> |
22 </html> | 29 </html> |