| [ Index ] |
PHP Cross Reference of Drupal 6 (gatewave) |
[Summary view] [Print] [Text view]
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 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
| Generated: Thu Mar 24 11:18:33 2011 | Cross-referenced by PHPXref 0.7 |