$(".result_table").hide(); $(".searchBtn").click(function(){ $(".result_table").fadeIn('fast'); });