jquery-ui-droppable-iframe icon indicating copy to clipboard operation
jquery-ui-droppable-iframe copied to clipboard

Use your droppable zones inside iframe

Results 5 jquery-ui-droppable-iframe issues
Sort by recently updated
recently updated
newest added

this solution works great until I have nested droppables in iframe. I've to replace `ui.droppable._drop` method, to prevent resetting droppables' `offset` attribute, see below: ``` javascript //修复在iframe中,错误的重置了元素的 offset 的bug var...

I cant use accept in dropable when i drag element of draggable to accepted area it raise an error..

My droppable is inside an iframe that is scaled to 0.4 using CSS transform. It seems that jQuery UI is not able to calculate the offset properly when the droppable...

It's a pity that the jquery-ui team doesn't support cross-window dragging [1] and it's great that you fix that for many people who need that! I wonder how hard it...

You can use `(function($){ ... })(jQuery)` or replace all `$` by `jQuery`