$(this).next().hide(); <= .on('click') of li next li get hidden $(this).next().remove(); <= work if you want to keep deleting event listener for li include nested li and its parent li. assign class ...
In this tutorial, you will send texts to the server and receive the message along with http status code. After recieving, you will display that message on the current page. For usability, you will ...