jquery get the parent node

JavaScript
$(this).parent(); // jquery$(selector).parent(filter)

Source

Also in JavaScript: