首页 相关文章 Javascript 一个拖动类

Javascript 一个拖动类

HTML
HEAD
SCRIPT LANGUAGE="JavaScript"
!--
var Drag = {
sx : 0,
sy : 0,
ex : 0,
ey : 0,
lx : 0,
ly : 0,
offsetX : 0,
offsetY : 0,
cdom : null,
dragAble : false,
dragFun : null,
tempDrag : function(){
Drag.drag.call(Drag);
},
cache : {},
putCache : function(key,v){
this.cache[key] = v;
},
getCache : function(key){
return this.cache[key];
},
dragStart : function(dfun,fn){
try{
if(!this.dragAble){
...[ 查看全文 ]

2016-02-19 标签:

Javascript 一个拖动类的相关文章

手机页面
收藏网站 回到头部