Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

jquery fedein background color

  $("div" ).hover(
  function() {
     $(this).animate({backgroundColor: "#fff"}, 'slow');
  }, function() {
    $(this).animate({backgroundColor:"#000"},'slow');
  });
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #jquery #fedein #background #color
ADD COMMENT
Topic
Name
8+3 =