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