Skip to content

Instantly share code, notes, and snippets.

@ABooooo
Created January 15, 2020 11:52
Show Gist options
  • Save ABooooo/e61faf0941cbc7a165c25eeca44bf7df to your computer and use it in GitHub Desktop.
Save ABooooo/e61faf0941cbc7a165c25eeca44bf7df to your computer and use it in GitHub Desktop.
$('.inputResetIcon').mouseleave(function () {
$(this).find('i').css('display', 'none');
});
// use mouseleave instead of mouseout
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment