Jquery array submit
Posted
by Manolis
on Stack Overflow
See other posts from Stack Overflow
or by Manolis
Published on 2010-06-14T16:19:38Z
Indexed on
2010/06/14
16:22 UTC
Read the original article
Hit count: 606
Hi, I have a page where there are 117 input fields. What i want is to submit them via Jquery ajax. What i am thinking is to make an array and send them by this way. I would like to ask how is it possible to take all inputs and then to put them in an array and then retrieve them from the php file (for example, should i do explode,or for each..etc??) The input fields are not in a form (just in div with id = "config") Thanks.
© Stack Overflow or respective owner