From a70cbd93cee6e3422d04bb8e8647725592e4da2e Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Thu, 19 Sep 2019 00:24:33 +0800 Subject: [PATCH] change the info --- js/drag.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/js/drag.js b/js/drag.js index 3ec1612..4410599 100644 --- a/js/drag.js +++ b/js/drag.js @@ -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;