aboutsummaryrefslogtreecommitdiffstats
path: root/tests/static/static_helpers.js
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2009-01-24 11:51:12 +0000
committerRichard Worth <rdworth@gmail.com>2009-01-24 11:51:12 +0000
commit9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1 (patch)
treeaf1667f889aa88af382fa87596dfbea6509a883b /tests/static/static_helpers.js
parent2a49054ffe38594502c8faf8cea72bf1f3d3d22f (diff)
downloadjquery-ui-9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1.tar.gz
jquery-ui-9d0f4279ae6f600d3d6077a7863a8d3dcc6056d1.zip
tests static: Added default tests
Diffstat (limited to 'tests/static/static_helpers.js')
-rw-r--r--tests/static/static_helpers.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/static/static_helpers.js b/tests/static/static_helpers.js
deleted file mode 100644
index 1c29079ef..000000000
--- a/tests/static/static_helpers.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/* static_helpers.js
- */
-$(function(){
- //add hover states on the static widgets
- $('.ui-state-default:not(.ui-state-disabled, .ui-slider-range, .ui-progressbar-value), a.ui-datepicker-next, a.ui-datepicker-prev, .ui-dialog-titlebar-close').hover(
- function(){ $(this).addClass('ui-state-hover'); },
- function(){ $(this).removeClass('ui-state-hover'); }
- );
-});