js实现拖拽

①鼠标按下+鼠标移动 → 拖拽
②鼠标松开 → 无拖拽
③鼠标偏移 → 拖拽距离

js实现

① onmousedown + onmousemove → startDrag()
② onmouseup → stopDrag()
③ ……




  
  
  
  Document
  


  
拖拽
内容……

你可能感兴趣的:(js实现拖拽)