jQuery | Datedropper - 타임피커
페이지 정보
작성자 최고관리자 작성일16-06-19 17:57 조회4,503회 댓글0건관련링크
본문
Datedropper 는 jquery플러그인으로 날짜를 쉽게 선택할 수 있게 해줍니다.
Timedropper와 같이 사용하면 좋을 것 같습니다..
사용법
head :
<script src="js/datedropper.js"></script>
<link rel="stylesheet" type="text/css" href="js/datedropper.css">
body :
<input type="text" id="departure" />
js :
<script>$( "#departure" ).dateDropper();</script>
자세한 것은 링크1 참조
추천 1 비추천 0
댓글목록
등록된 댓글이 없습니다.