About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
habibjutt
12/24/2015 - 6:48 PM
share
Share
add_circle_outline
Save
jQuery Functions on Hover On And Off.js
jQuery Functions on Hover On And Off.js
content_copy
file_download
$("a").hover( function () { // code on hover over }, function () { // code on away from hover } );
clear