I'm looking to create the following structure:
<div class-name="search">
<input class-name="input"/>
<button class-name="searchbutton> search </button>
</div>
However, I would like the button to initially be hidden. I want the button to appear when I hover over the .search div or when the .input has a value in it. How can I achieve this?