Jquery Fancybox draggable issue with Scrollbars

前端 未结 4 1471
一整个雨季
一整个雨季 2020-12-21 06:51

I am using a fancybox with plugin jquery.easydrag.js. The reason for this is to be able to drag the fancybox around.

It seems to be working fine, but th

4条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-21 07:10

    Using the above solution to add a handler for the #fancybox-wrap selector along with the EasyDrag plugin using the onComplete callback API, I found this works nicely with the fancybox 1.3.4 title element to create a dragable fancybox with scroll functionality. Using the title, there is no need to remove it after close.

     
      
      
     
    
                                     
                  
提交回复
热议问题