摘要: 例(function(){ if(typeof Drag != "undefined") { var _Drag = Drag; } //此处声明Drag类 //--elementid:要移动元素的ID var Drag = window.Drag = function(elementid){ var thisDrag = this; this.DifWidth = 0; this.DifHeight = 0; this.thisDivDrag = document.getElementB... 阅读全文
posted @ 2012-11-12 16:11 ``炯`` 阅读(1121) 评论(0) 推荐(0)