I have some list item tags in my jsp. Each list item has some elements inside, including a link (\"a\" tag) called delete. All that I want is to delete the entire list item
You could also use this:
$(this)[0].parentNode.remove();