pos_x = e.pageX; pos_y = e.pageY; $(this).css({ "left" : x, "top" : y }); } return false; }); $(".draggable").mousedown(function(e) { pos_x = e.pageX; pos_y = e.pageY; is_draggable = true; return false; }); $(".draggable").mouseup(function() { is_draggable = false; return false; }); $(".draggable").dblclick(function() { window.close(); }); }); ).css("z-index", count); $(this).css("position", "relative"); count = count - 1; }); });