<div class="box"> <span>test</span> <input type="button" value="btn"> </div>
$('.box input').click(function() { $(this).parent().get(0)... ? });