Gabriel Ferreira
Gabriel Ferreira

Reputation: 55

JQuery PopUp mouse move

How can i move a jquery popup window by mouse click and move?

Upvotes: 0

Views: 2180

Answers (1)

Dan Hanly
Dan Hanly

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

Related Questions