JQuery Dragging Outside Parent

前端 未结 5 2097
后悔当初
后悔当初 2020-12-20 11:31

I\'m using JQuery\'s draggable(); to make li elements draggable. The only problem is when the element is dragged outside its parent, it doesn\'t show up. That is, it doesn\'

5条回答
  •  旧时难觅i
    2020-12-20 12:20

    This looks like a css issue. Try turning off the revert so it stays put when you drag it to where it is half visible. Then play with the z-index etc in Firebug and see if you can get it showing. It might be a css issue with one of the parent ul or div's with 'overflow: hidden'.

提交回复
热议问题