I want the div #reloadWarningBackground to show ONLY when hovering over the button #reloadButton.
#reloadWarningBackground
#reloadButton
Here is my code:
$('#reloadButton').mouseover(function() { $('#reloadWarningBackground').show(); });
Aucun commentaire:
Enregistrer un commentaire