그누보드5, 팝업을 사용자가 드래그 해서 이동할 수 있게 하는 방법.
페이지 정보
작성자 인바이트미 댓글 0건 조회 389회 작성일 23-11-12 02:06본문
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.3/jquery-ui.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".hd_pops").draggable();
});
</script>
이 소스를 bbs/newwin.in.php <!-- 팝업레이어 시작 { --> 바로 아래에 붙이기만 하면 된다.
댓글목록
등록된 댓글이 없습니다.