<p><a href="#" id="child">consoleにA要素の親要素を表示します</a></p>
jQuery(function($){ console.log($('#child').parent()); });
consoleにA要素の親要素を表示します