Tag: drug
Drag and drop is a gateway drug with DragDealer
DragDealer is a fine new JavaScript component that abstracts both touch and point interfaces.
It makes life easy to do sliders and the like:
PLAIN TEXT
HTML:
<div id=”my-slider” class=”dragdealer”>
<div class=”red-bar handle”>drag me</div>
</div>
<script>
... [阅读全文]