How to get the value of input fields of a particular form on which i clicked ,all the forms and their input have the same class but different value – Jquery ajax
i get all the forms generated by a PHP while loop so i can not change their id and classes..they all come in the DOM with same id and class but every form input has their own distinct value ...all…