Posts by FernandoCG • 11 points
1 post
-
0
votes1
answer31
viewsQ: Pick id dynamic value - Jquery
I am using PHP with AJAX. I need to take a multiple Forms id and run a function in AJAX. I am passing the ids of the Forms like this : <form id="formItem<?= $idItem ?>"> However, in…