$(function() { $('div.prop_search').click(function() { $('div.slide').toggle(); return false; }); });