Mercurial Hosting > dad
comparison src/alternatives/draggabilly.html @ 9:eee8862be4c7
update text
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Fri, 28 Apr 2023 21:07:17 -0600 |
parents | 264646feb67b |
children |
comparison
equal
deleted
inserted
replaced
8:969d5980b375 | 9:eee8862be4c7 |
---|---|
97 </script> | 97 </script> |
98 </head> | 98 </head> |
99 <body> | 99 <body> |
100 <h1><a href="https://draggabilly.desandro.com/">Draggabilly</a></h1> | 100 <h1><a href="https://draggabilly.desandro.com/">Draggabilly</a></h1> |
101 | 101 |
102 <p>This supports drag but not drop. When I try to implement drop in a list, it gets confused when the DOM changes.</p> | 102 <p>This supports drag but not drop. When I try to implement drop in a list, it gets confused when the DOM changes. The library is in <a href="https://unpkg.com/draggabilly@3.0.0/dist/draggabilly.pkgd.js">draggabilly.pkgd.js</a>.</p> |
103 | 103 |
104 <div> | 104 <div> |
105 <script> | 105 <script> |
106 for( let i=1; i<=10; i++ ) { | 106 for( let i=1; i<=10; i++ ) { |
107 document.write(` | 107 document.write(` |