[ Index ]

PHP Cross Reference of Drupal 6 (gatewave)

title

Body

[close]

/sites/all/themes/rootcandy/ -> rootcandy.js (source)

   1  $(function()
   2   {
   3    $("table tr").hover(
   4     function()
   5     {
   6      $(this).addClass("highlight");
   7     },
   8     function()
   9     {
  10      $(this).removeClass("highlight");
  11     }
  12    )
  13   }
  14  )
  15  
  16  $(document).ready(function() {
  17    $('body.admin-build-modules tr:has(:checkbox:disabled)').addClass('module-disabled');
  18  
  19    $("a[rel=external]").click(function() {
  20      this.target = "_blank";
  21    });
  22  
  23    $(".description").parent().each(function(){
  24      $(this).children('label').each(function(){
  25        $(this).removeClass("option");
  26        $(this).addClass("label-help");
  27      });
  28    });
  29  
  30  });


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