Posts by Adolfo Vatuva • 1 point
1 post
- 
		0 votes0 answers13 viewsQ: Multiple forms ajax(jquery) request running only 6 timesI am trying to send multiple forms with ajax and jquery but it is sending only 6 forms. Here is the code Jquery: $('form').each(function(){ var values = $(this).serialize(); $.ajax({…