aboutsummaryrefslogtreecommitdiffstats
path: root/demos/functional/datepicker/debug.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/functional/datepicker/debug.html')
-rw-r--r--demos/functional/datepicker/debug.html21
1 files changed, 0 insertions, 21 deletions
diff --git a/demos/functional/datepicker/debug.html b/demos/functional/datepicker/debug.html
deleted file mode 100644
index 0edb43275..000000000
--- a/demos/functional/datepicker/debug.html
+++ /dev/null
@@ -1,21 +0,0 @@
-<html>
- <head>
- <title>Only core files for easy debug</title>
- <link rel="stylesheet" href="../../../themes/ui.datepicker.css" type="text/css" media="screen" title="default" charset="utf-8">
- </head>
- <body>
- <input type="text" name="testing" value="click" id="testing" />
-
- <!-- Include jQuery -->
- <script src="../../../jquery-1.2.6.js" type="text/javascript" charset="utf-8"></script>
-
- <!-- Include UI Datepicker -->
- <script src="../../../ui/ui.datepicker.js" type="text/javascript" charset="utf-8"></script>
-
- <script type="text/javascript" charset="utf-8">
- $(function(){
- $('#testing').datepicker();
- });
- </script>
- </body>
-</html> \ No newline at end of file