Best format to submit an autocomplete?

Posted by Keyo on Stack Overflow See other posts from Stack Overflow or by Keyo
Published on 2010-05-24T00:59:26Z Indexed on 2010/05/24 1:00 UTC
Read the original article Hit count: 370

Filed under:
|
|

I'm seeking advice on best practice when submitting a varying amount of POST variables.

Do I use JSON or some character separated list to merge all the values into one field or use a sequence of fields like 'autocomplete1', 'autocomplete2' and so on.

Thanks in advance, Ben

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JSON