I would like to use a saved selector and drill down further with it. In this case I would like to access the link tag contained in the element with the id
html
<div id='selectedElement'>
<a href="#">some link</a>
</div>
var $selector = $('#selectedElement');