jQuery Hide Function

jQuery Hide Function

Hi Guys,

I am trying to get a .hide to work on this page  http://www.callummundine.com.au/mklassable

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.


  1. $("#close-button").click(function() { $('#search-form-container').hide();; });