aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/templates/ui.datepicker.inl.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/functional/templates/ui.datepicker.inl.html')
-rw-r--r--demos/functional/templates/ui.datepicker.inl.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/demos/functional/templates/ui.datepicker.inl.html b/demos/functional/templates/ui.datepicker.inl.html
deleted file mode 100644
index 925ef0718..000000000
--- a/demos/functional/templates/ui.datepicker.inl.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<input type="text" id="altInline" size="10"/>
-<div id="inline"></div>
-<p style="clear: both;"><!-- See day-by-day example for highlighting days code --></p>
-<script type="text/javascript">
-function setInlineDate() {
- try {
- var date = $.datepicker.parseDate("mm/dd/yy", $("#altInline").val());
- $("#inline").datepicker("setDate", date);
- }
- catch (e) {
- // Ignore
- }
-}
-</script> \ No newline at end of file