I have been trying to implement a set of sortable elements and the elements have iFrames in them. I am pretty new to jQuery but I figured out how to create the sortable but when you try to drag an element with the iFrame in it the frame is reloaded when you drop it. What can i do to remedy this? Can I not use iframes in a sortable without it refreshing the page on drop?
Thanks