[ Index ]

PHP Cross Reference of Drupal 6 (yi-drupal)

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    $("a[rel=external]").click(function() {
  18      this.target = "_blank";
  19    });
  20  
  21    $(".description").parent().each(function(){
  22      $(this).children('label').each(function(){
  23        $(this).removeClass("option");
  24        $(this).addClass("label-help");
  25      });
  26    });
  27  
  28  });


Generated: Mon Jul 9 18:01:44 2012 Cross-referenced by PHPXref 0.7