« 类别 widget 下的文章
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 handledrag me/div /div script new Dragdealer(simple-slider); /script But, it can do so much more. Most of the power comes from tying functions into the drag movements. A good example here is the font size widget that they show: PLAIN TEXT JAVASCRIPT: new Dragdealer(magnifier, { steps: 6, s…
传播、沟通、分享