I am trying to drag elements between parent frame and iframe using jQuery. I have a panel in the parent frame that contains some draggable elements that can be dropped to the child frame. I tried to search a lot, but could not find a lot ...
I tried to work around this by adding an element inside the child frame, and then tried to cause a drag and drop on the newly inserted element programmatically, but I was stuck there too. Could not find the correct way to start the drag and drop function. (The draggable element has a helper element. When I start the drag by calling "mousedown.draggable", the position in the ui-draggable element changes, but I don't see the helper.
Thanks!!
Kshitiz shankar
source share