$(function() { $("a#pae_film_link").click(function(e){ $("div.pae-film").slideDown("slow"); e.preventDefault(); }); });