Hi Guys,
I am trying to make it so when you click on the 'x' image, it will hide #
search-form-container
This is my code. If anyone could help it would be great.
P.S i am also trying to get it to show by clicking on the search icon.
$("#close-button").click(function() { $('#search-form-container').hide();; });