Modification of the background (for example, div) by jquery
-
How do you change the background of the element by JQuery using ...animate?
-
$("#menu a").hover(function(){ $("#menu").css("background", "#f00"); }, function(){ $("#menu").css("background", "#00f"); });