how to grab values from input fields in a forms which are generated by a foreach loop with jquery – Jquery ajax
I have 5 forms that are generated by a foreach loop and I want to send the input data with jquery ajax. If I want to grab the values from the 2nd form, I got an empty array. My form:…