Drag-Drop elements between parent frame and child iframe

后端 未结 3 1084
囚心锁ツ
囚心锁ツ 2020-12-05 08:47

I am trying to drag-drop elements between parent frame and iframe using jQuery. I have a panel in parent frame which contains some draggable items which can be dropped on th

3条回答
  •  时光说笑
    2020-12-05 09:16

    Using HTML5 Drag and Drop API to create Cross Frame and Cross Browser Implementation. http://blog.stackhive.com/post/137799349684/building-a-seamless-drag-and-drop-interface

    EDIT - The previous link wasn't valid (dockPHP got rebranded as StackHive) so have written out a more complete post that can help in creating an epic drag and drop interface.

提交回复
热议问题