change the info

This commit is contained in:
wolegca 2019-09-19 00:24:33 +08:00
parent e8bb14d2c2
commit a70cbd93ce

View File

@ -1,6 +1,7 @@
(function (document) {
//Usage: $("#id").Drag()
//Usage: $("#from").Drag($("#target"))
//Author: hooyes
//Modified by: 老中医
$.fn.Drag = function (target) {
var M = false;
var Rx, Ry;