반응형
<script src="http://code.jquery.com/jquery-latest.min.js"></script>
<script src="http://code.jquery.com/ui/1.10.1/jquery-ui.js"></script>
<script type="text/javaScript" >
$(document).ready(function(){
$("#layer_popup").draggable();
});
</script>
반응형
'Javascript > jQuery' 카테고리의 다른 글
jquery 정리.. (0) | 2016.04.07 |
---|---|
jQuery selectBox 컨트롤. (0) | 2014.10.30 |
jQuery ajax 예제 (0) | 2014.06.18 |
w3schools JQuery페이지 번역 (0) | 2013.10.10 |