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
what about using unwrap()
after using - $(".child").unwrap() - it will be;
$(".child").unwrap()