article.js 202 Bytes Edit Raw Blame History 1 2 3 4 5 6 7 8 (function($) { $("#lead-link").click(function(){ if($('#article-lead').css('display') == 'none') $('#article-lead').slideDown(); else $('#article-lead').slideUp(); }) })(jQuery)