让DOM元素具有可拖动功能的jQuery插件:jQuery.dragmove

jopen 9年前

轻量级jQuery的扩展能够让DOM元素具备可拖动的功能,而无需jQuery UI库。兼容触控板,触控设备和标准的电脑鼠标。

支持的浏览器:

– Google Chrome
– Safari ( Desktop and Mobile )
– Internet Explorer ( 9, 10, 11 )
– Firefox

$(function() {          // All div elements      $('div').dragmove();     });

项目主页:http://www.open-open.com/lib/view/home/1418218495323