Hello Everyone.
What I'm trying to do is when in my function user will hover over .yell-button then .yell-box-txt will disappear.
The only problem is that I have more then one buttons on the site and whenever I'll hover over one of them all text fields are disappearing.
this is my function:
$('.yell-button').hover(function(){
$('.yell-box-txt').remove()
})
Thank you for your help in advance