$("a").hover( function () { // write code on hover over }, function () { // write code on away from hover });
Login to post response