why not just....

    $("a.less").live('click', function() {
        $(this).closest(".project").find(".morebody").slideUp
("normal");
        return false;
    });

??

Reply via email to