<!DOCTYPE html>
<html>
<head>
<meta charset="euc-kr">
<title>Demo - jquery-simple-datetimepicker</title>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
<script type="text/javascript" src="http://sofootnet.cafe24.com/jquery.simple-dtpicker.js"></script>
<link type="text/css" href="http://sofootnet.cafe24.com/jquery.simple-dtpicker.css" rel="stylesheet" />
<style type="text/css">
footer{font-size:10pt;position:fixed;right:5px;bottom:5px;}
</style>
</head>
<body>
<header>
<h2>Demo - jquery-simple-datetimepicker</h2>
</header>
<h4>Append to Input-field</h4>
<input type="text" name="date" value="">
<script type="text/javascript">
$(function(){
$('*[name=date]').appendDtpicker();
});
</script>
<footer>
<a href="https://github.com/mugifly/jquery-simple-datetimepicker">jquery.simple-dtpicker.js (jquery-simple-datetimepicker)</a><br>
- Your feedback is highly appreciated :)
</footer>
</body>
</html>
'# 웹 개발 > 프레임워크' 카테고리의 다른 글
jquery의 기본문법 (2) | 2013.05.18 |
---|---|
css 공간 나누기 특급비밀자료 (0) | 2013.05.16 |
jquery table, tr, td 숨이기 혹은 나타내기 방법 (1) | 2013.05.11 |
jQuery에서 팝업 opener 객체 찾기 (0) | 2013.05.08 |
jQuery를 이용한 게시판 page(페이지) 나누기 (0) | 2013.05.08 |