评论:jQuery图片DIV指定范围内拖动加调整大小  [查看原文]

所属分类:输入-拖和放

 46689  390  38
当前第3页 / 共3页
    lygtrl0
    2017/4/6 16:45:13
    SDK0
    2017/1/10 18:01:04

    有bug,缩放之后,就无法移动到边缘了~!!!!

        Wish You Were Here0
        2017/3/6 15:03:10

        你好,请问能分享一份吗?

        pepsi0
        2017/4/12 15:42:41
        求如何解决这个bug!!!
        0
        2017/6/27 11:35:44

        这个插件不错

        Hwl0
        2017/7/22 13:40:02

        看 drag.js 源码,  仓促下的解决方法,在 handle 元素鼠标按下时重新计算大小;  没有测试会不会出现其他 bug  ^_^,要是被坑了我不理的哦

        在 hander.mousedown(function(e){ 下按添加两行代码

                hander.mousedown(function(e){            thisWidth = $this.width()+parseInt($this.css('padding-left'))+parseInt($this.css('padding-right'));            thisHeight = $this.height()+parseInt($this.css('padding-top'))+parseInt($this.css('padding-bottom'));        
        Hwl0
        2017/7/22 13:42:07
        hander.mousedown(function(e){
                            //下面两行是添加的
        			thisWidth = $this.width()+parseInt($this.css('padding-left'))+parseInt($this.css('padding-right'));
        		 	thisHeight = $this.height()+parseInt($this.css('padding-top'))+parseInt($this.css('padding-bottom'));
        		//....源代码
    回复

讨论这个项目(38)回答他人问题或分享插件使用方法奖励jQ币 评论用户自律公约

取消回复