I have problem with jQuery UI drag.
in div.popup has Google Map. The problem is when move Google map, it also move div.popup.
$(document).ready(function(){
$('div.popup').draggable();
});
|
I have problem with jQuery UI drag. in div.popup has Google Map. The problem is when move Google map, it also move div.popup.
|
|||
div.popupcode to see what you did. – Fran Verona Aug 16 '12 at 13:39