基于mootools的页面拖拽布局解决方案.
Element.extend({
'getCis':function(){
return this.getCoordinates();
}
});
$$('.__w_box').each(function(drag){
drag.addEvent('mousedown',function(e){
e=new Event(e).stop();
var ghost=new Element('div',{'styles':this.getCis()})
.setStyles({'positi ...
- 13:14
- 浏览 (217)
- 评论 (0)
- 分类: Javascript







评论排行榜