diff options
author | Scott Jehl <scott@scottjehl.com> | 2008-12-09 18:25:09 +0000 |
---|---|---|
committer | Scott Jehl <scott@scottjehl.com> | 2008-12-09 18:25:09 +0000 |
commit | dfc6effcd89335c6068417cddb18861ee8d47dd6 (patch) | |
tree | ea1b93f07589c87df596f05fb9029eed57d25157 /tests/static/all.html | |
parent | d270bbff8181bd3df4f27f112f0e4158f886c588 (diff) | |
download | jquery-ui-dfc6effcd89335c6068417cddb18861ee8d47dd6.tar.gz jquery-ui-dfc6effcd89335c6068417cddb18861ee8d47dd6.zip |
added hover states to static pages.
Diffstat (limited to 'tests/static/all.html')
-rw-r--r-- | tests/static/all.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/static/all.html b/tests/static/all.html index d5a63cb3f..89dffcc74 100644 --- a/tests/static/all.html +++ b/tests/static/all.html @@ -3,7 +3,9 @@ <head> <title>jQuery UI Static Markup Test Page</title> <script type="text/javascript" src="../../jquery-1.2.6.js"></script> - <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css"> + <link rel="stylesheet" href="../../themes/base/ui.all.css" type="text/css" /> + <script type="text/javascript" src="../../jquery-1.2.6.js"></script> + <script type="text/javascript" src="static_helpers.js"></script> <style type="text/css"> dd.plugin { margin-top: 0.3em; margin-bottom: 1em; } </style> |