How do we attach hover to an element in Jquery

Vivek.Ramapuram
Posted by Vivek.Ramapuram under jQuery category on | Points: 40 | Views : 1036
   $("#pHover").hover(function () { $(this).hide(350); }); 

Ths is the code to use hover the element in Jquery

Comments or Responses

Login to post response