select parent of elemt

JavaScript
$(this).parent(); // jquery
Source

Also in JavaScript: