0xFFFF
0
Q:

hover using javascript


  
    
    $("p").hover(function(){

   $(this).css("background-color", "yellow");

   }, function(){

   $(this).css("background-color", "pink");

 });
 
  
 
0
mouse over is hover
-2

New to Communities?

Join the community