JQuery Draggable and Resizeable over IFrames (Solution)

前端 未结 6 1283
野性不改
野性不改 2021-02-07 02:55

I recently ran into some troubles using JQuery Draggable and Resizable plugins. Looking for solutions, i found some very fragmented code in many different places and finally fil

6条回答
  •  再見小時候
    2021-02-07 03:34

    There are a number of ways to achieve this, all depending on your needs. I found resizing/dragging many windows slows the UI down a lot, and as such I ended up hiding the iframes on start of resize/Drag with a border to help navigation.

    There are some jquery plugins that achieve part of this functionality, but many struggle with iframes.

    The bring to front can also be improved at points and may not work in all situations.

提交回复
热议问题