hover_bg.js 153 B

1
  1. $(document).ready(function(){var temp=$(".hover");temp.hover(function(){$(this).addClass("hovercolor")},function(){$(this).removeClass("hovercolor")})});