[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/modules/jquery_ui/jquery.ui/tests/static/ -> static.js (source)

   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  });


Generated: Thu Mar 24 11:18:33 2011 Cross-referenced by PHPXref 0.7