]> source.dussan.org Git - jquery-ui.git/commitdiff
Added debug file to recreate any issues.
authorMarc Grabanski <m@marcgrabanski.com>
Sun, 1 Jun 2008 18:48:16 +0000 (18:48 +0000)
committerMarc Grabanski <m@marcgrabanski.com>
Sun, 1 Jun 2008 18:48:16 +0000 (18:48 +0000)
ui/demos/functional/datepicker/debug.html [new file with mode: 0644]
ui/demos/functional/datepicker/index.html

diff --git a/ui/demos/functional/datepicker/debug.html b/ui/demos/functional/datepicker/debug.html
new file mode 100644 (file)
index 0000000..d785076
--- /dev/null
@@ -0,0 +1,21 @@
+<html>
+       <head>
+               <html>Only core files for easy debug</html>
+               <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/jquery-1.2.6.js" type="text/javascript" charset="utf-8"></script>
+               
+               <!-- Include UI Datepicker -->
+               <script src="../../../source/ui.datepicker.js" type="text/javascript" charset="utf-8"></script>
+               
+               <script type="text/javascript" charset="utf-8">
+                       $(function(){
+                               $('#testing').datepicker({ yearRange: '-80:+0' });
+                       });
+               </script>
+       </body>
+</html>
\ No newline at end of file
index 0b036c702d1c5be3b9019938448e2d76d85e20b3..4b28d7e3abd08d31ff2e1a9ab04165ac84057c5f 100644 (file)
        <body>
                <div id="wrap">
                        <div id="content">
-                               <input type="text" name="testing" value="click" id="testing" />
-<script type="text/jsdemo" charset="utf-8" class="demojs">
-$('#testing').datepicker({ yearRange: '-80:+0' });     
-</script>
                                <ul id="tab_menu1" class="tabs">
                                        <li><a href="#default">Defaults</a></li>
                                        <li><a href="#invoke">Invocation</a></li>