source: main/trunk/greenstone3/web/interfaces/oran/js/jquery-ui-1.8rc1/tests/static/static.js@ 24245

Last change on this file since 24245 was 24245, checked in by sjb48, 13 years ago

Oran code for supporting format changes to document.

  • Property svn:executable set to *
File size: 374 bytes
Line 
1/* static_helpers.js
2 */
3$(function(){
4 //add hover states on the static widgets
5 $('.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(
6 function(){ $(this).addClass('ui-state-hover'); },
7 function(){ $(this).removeClass('ui-state-hover'); }
8 );
9});
Note: See TracBrowser for help on using the repository browser.