Revision: 26024
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at April 16, 2010 07:34 by Mosaic
Initial Code
function roll_over() { $(".foot_box, .foot_box3").hover( function() { //RollOver this.src = this.src.replace("_off","_on"); }, function() { //RollOut this.src = this.src.replace("_on","_off"); } ); }
Initial URL
Initial Description
Initial Title
simple jquery rollover
Initial Tags
js, jquery
Initial Language
jQuery