I know how to make a jQuery AJAX call from a form, but how do I make it from a link?
I have a list of items on a page and a link to delete each next to the item. How can I make the jQuery AJAX call from the link?
Thanks!
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.
Bind to the click handler of the link. Use an attribute of the link to hold your data or use a data-val attribute.