I need jquery to fade in a button when I hover over an image but then disappear after I hover off…I’ve been looking alot for this and I can’t get it to disappear. Im using the hover() function and my button class is “goto” (#goto). Would I use a combination of fadein and fadeout?
Share
Is this what you want?
the jQuery
.hover()can take 2 functions, the first being when hover on, the second when hover off http://api.jquery.com/hover/