$(document).ready(function(){ $(".titulo6").hide(); $(".titulo5").click(function(){ $('.titulo6').slideToggle("slow"); return true; }); });