i keep on having to affect elements relevant to other elements but my methods see a little amateur!
ie to
// <div> <div> <div> <ul> matched item where script is called from </ul> </div> </div> <a class="postMore">LINK</a> </div>
i use;
$(this).parent('div').parent('div').parent('div').children('a.postMore').css('display','block');
which seems a little cumbersome. Is there a better way to handle relative elements?