multiple forms per page with multiple submit images
multiple forms per page with multiple submit images
I have multiple forms on each page. I am using <input type="image" src="thumbup.png" alt="Like" id="like" /> as the "submit" button for each form. What is the best way to handle this using jquery ajax when the form is submitted?