I have a function that removes the item, code looks like this
<li><a onclick="remove('9', 1);">Remove</a></li>
With jquery, how would I remove the whole ‘li’ when remove is clicked?
Thank you!
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Instead of the onClick event I’d prefer to use the following way: