![]()
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js">
</script>
<script>
$(document).ready(function(){
$( "#draggable" ).draggable();
});
</script>
<style>
#draggable{width:150px; height:150px; border:1px solid #ccc;}
#draggable:hover{cursor:move;}
</style>
<div id="draggable">
<p>Element<p>
</div>| 화면 확대 축소 zoom + - (0) | 2022.10.28 |
|---|---|
| GPS 이동하면서 위치 정보 얻는 방법 (0) | 2022.10.28 |
| 핸드폰에서 홈페이지 접속시 모바일로 자동접속하기 (0) | 2022.04.13 |
| jQuery로 파일 업로드시 file upload loading bar (0) | 2021.08.20 |
| 다른 서버에 파일올리기 (0) | 2021.08.05 |