$(document).ready(function(){ $(".trigger").click(function(){ $(".content").slideToggle("slow"); }); });