Hi,
I am using simplemodal which is draggable like this:
$(
"#div_1").modal({opacity:50,position: ['0', ] }); $("#div_1").draggable({handle:'.modal-header-popup',containment:'window'});
The problem is, when the dialog opens with window's scroll on top. It works fine. But, if window's scroll is somehwhere in the middle, it does not work properly. In this scenario, when I try to drag it above the window, it just dispappers and no option to drag it down.
Please help.
Thanks!
-Kishore