forked from nazar-pc/PickMeUp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (39 loc) · 1008 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<title>PickMeUp - jQuery datepicker plugin</title>
<link rel="stylesheet" href="css/pickmeup.css" type="text/css" />
<link rel="stylesheet" media="screen" type="text/css" href="css/demo.css" />
<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.pickmeup.js"></script>
<script type="text/javascript" src="js/demo.js"></script>
<h1>PickMeUp - jQuery datepicker plugin</h1>
<a href="https://github.com/nazar-pc/PickMeUp">GitHub repository</a>
<section>
<h2>Input</h2>
<article>
<input type="text" value="01-01-2014">
</article>
</section>
<section>
<h2>Single date</h2>
<article>
<div class="single"></div>
</article>
</section>
<section>
<h2>Multiple dates</h2>
<article>
<div class="multiple"></div>
</article>
</section>
<section>
<h2>Dates range</h2>
<article>
<div class="range"></div>
</article>
</section>
<section>
<h2>3 calendars + range</h2>
<article>
<div class="3-calendars"></div>
</article>
</section>