aboutsummaryrefslogtreecommitdiffstats
path: root/demos/datepicker/animation.html
diff options
context:
space:
mode:
authorFelix Nagel <info@felixnagel.com>2014-06-03 23:18:51 +0200
committerScott González <scott.gonzalez@gmail.com>2015-01-29 17:52:46 -0500
commit510ba08cff1656775d7a4625624686fe07de926c (patch)
treeb04a4d69aff37c552f50f8c6f8485eaa59ef5a48 /demos/datepicker/animation.html
parent35b52a0dfca4654c96db7b0c2871328404b6bee8 (diff)
downloadjquery-ui-510ba08cff1656775d7a4625624686fe07de926c.tar.gz
jquery-ui-510ba08cff1656775d7a4625624686fe07de926c.zip
Calendar: Add calendar widget
Add calendar widget by copying and renaming datepicker widget files. Remove datepicker functionality, options and methods from Calendar. Remove calendar functionality, options and methods from Datepicker. Adjust tests due to split and changed specification. Remove duplicated demo files and fix some demos. Simplify calendar generation, use CSS instead of inline styles. Fix destroy method. Make use of uniqueId method. Fix focus highlighting when month is changed. Add version property. Add common unit tests. Fix input keyboard handling.
Diffstat (limited to 'demos/datepicker/animation.html')
-rw-r--r--demos/datepicker/animation.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/datepicker/animation.html b/demos/datepicker/animation.html
index 5fda2046f..6fbc31ff9 100644
--- a/demos/datepicker/animation.html
+++ b/demos/datepicker/animation.html
@@ -18,6 +18,7 @@
<script src="../../ui/effect-fold.js"></script>
<script src="../../ui/effect-slide.js"></script>
<script src="../../ui/button.js"></script>
+ <script src="../../ui/calendar.js"></script>
<script src="../../ui/position.js"></script>
<script src="../../ui/datepicker.js"></script>
<link rel="stylesheet" href="../demos.css">