Reputation: 55
How can i move a jquery popup window by mouse click and move?
Upvotes: 0
Views: 2180
Reputation: 7839
Take a look here
Here's a tutorial about how to make a pop up moveable.
Summarising, with the correct dialog plugin:
$('#mydiv').draggable();
Upvotes: 1