$(document).ready(function(){ $("dd").hide(); $("dt a").click(function(){ $(this).parent().next().slideToggle("slow"); return false; }); });