I have been looking at all available jQuery plugins for a modal box that is draggable. The only problem is that every modal box I have found that is dragable requires a titl
This simple method works for me:
// first invoke jquery modal the standard way $('#myModal').modal(); // now make it draggable $('#myModal').draggable();