jquery delete grand parent of clicked element

JavaScript
$(this).closest('.grand-parent-class-name').remove();
Source

Also in JavaScript: