Last change
on this file since 244 was
244,
checked in by hendrikvanantwerpen, 13 years ago
|
Inlogscherm werkt met jQuery UI! Woot!
|
File size:
1.1 KB
|
Line | |
---|
1 | <!DOCTYPE html> |
---|
2 | <html lang="en"> |
---|
3 | <head> |
---|
4 | <meta charset="utf-8"> |
---|
5 | <title>jQuery UI Datepicker Demos</title> |
---|
6 | <link rel="stylesheet" href="../demos.css"> |
---|
7 | </head> |
---|
8 | <body> |
---|
9 | |
---|
10 | <div class="demos-nav"> |
---|
11 | <h4>Examples</h4> |
---|
12 | <ul> |
---|
13 | <li class="demo-config-on"><a href="default.html">Default functionality</a></li> |
---|
14 | <li><a href="date-formats.html">Format date</a></li> |
---|
15 | <li><a href="min-max.html">Restrict date range</a></li> |
---|
16 | <li><a href="localization.html">Localize calendar</a></li> |
---|
17 | <li><a href="alt-field.html">Populate alternate field</a></li> |
---|
18 | <li><a href="inline.html">Display inline</a></li> |
---|
19 | <li><a href="buttonbar.html">Display button bar</a></li> |
---|
20 | <li><a href="dropdown-month-year.html">Display month & year menus</a></li> |
---|
21 | <li><a href="other-months.html">Dates in other months</a></li> |
---|
22 | <li><a href="show-week.html">Show week of the year</a></li> |
---|
23 | <li><a href="multiple-calendars.html">Display multiple months</a></li> |
---|
24 | <li><a href="icon-trigger.html">Icon trigger</a></li> |
---|
25 | <li><a href="animation.html">Animations</a></li> |
---|
26 | <li><a href="date-range.html">Date Range</a></li> |
---|
27 | </ul> |
---|
28 | </div> |
---|
29 | |
---|
30 | </body> |
---|
31 | </html> |
---|
Note: See
TracBrowser
for help on using the repository browser.