diff options
author | Keith Wood <kbwood.au@gmail.com> | 2008-07-06 05:33:41 +0000 |
---|---|---|
committer | Keith Wood <kbwood.au@gmail.com> | 2008-07-06 05:33:41 +0000 |
commit | 0b4831cedbb1b13f5d9dfcaff42ebda150774f27 (patch) | |
tree | 3444d00ee8125a143e96cac9b38dba5bec7425d6 /tests/datepicker.html | |
parent | ec94093f6eceda0361425089152cb6fb4e34f990 (diff) | |
download | jquery-ui-0b4831cedbb1b13f5d9dfcaff42ebda150774f27.tar.gz jquery-ui-0b4831cedbb1b13f5d9dfcaff42ebda150774f27.zip |
Refactored datepicker to use $.data for instance settings
Added tests for setDate
Diffstat (limited to 'tests/datepicker.html')
-rw-r--r-- | tests/datepicker.html | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/datepicker.html b/tests/datepicker.html index 9504c9f86..365afd9f4 100644 --- a/tests/datepicker.html +++ b/tests/datepicker.html @@ -18,11 +18,6 @@ <style type="text/css">
.xerror, .error { display: none }
</style>
-
-
-
-
-
</head>
<body>
@@ -33,7 +28,6 @@ <ol id="tests"></ol>
<div id="main" style="position:absolute;top:-2000000px;">
-
<p><input type="text" id="inp"/><input type="text" id="alt"/><input type="text" id="rem"/></p>
</div>
|