<div id="get"> <div onclick="show(this.parentNode)"></div> </div>
function show(it) { alert(typeof it); }