jQuery(document).ready(function($) { $('#search-icon').click(function(e) { e.preventDefault(); $('#search-form').toggle(); }); });