We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82472cf commit 20eb111Copy full SHA for 20eb111
1 file changed
tests/visual/datepicker/default.html
@@ -0,0 +1,20 @@
1
+<!doctype html>
2
+<html lang="en">
3
+<head>
4
+ <title>Simple Datepicker</title>
5
+ <link rel="stylesheet" href="../../../themes/base/ui.all.css" type="text/css">
6
+ <script type="text/javascript" src="../../../jquery-1.3.1.js"></script>
7
+ <script type="text/javascript" src="../../../ui/ui.core.js"></script>
8
+ <script type="text/javascript" src="../../../ui/ui.datepicker.js"></script>
9
+ <script type="text/javascript">
10
+ $(function() {
11
+ $('#datepicker').datepicker();
12
+ });
13
+ </script>
14
+</head>
15
+<body>
16
+
17
+<div id="datepicker"></div>
18
19
+</body>
20
+</html>
0 commit comments