Mission: FAQ List with HOVER
$("h1").hoverIntent( showDiv , hideDiv ); function showDiv() { $(this).next("div").slideDown(); } function hideDiv() { $(this).next("div").slideUp(); }