JQUERY/JSON, given a variable list of items, how to post to the server

Posted by nobosh on Stack Overflow See other posts from Stack Overflow or by nobosh
Published on 2010-03-13T02:29:09Z Indexed on 2010/03/13 2:37 UTC
Read the original article Hit count: 432

Filed under:
|
|
|
|

I have a .each() that is running a loop to find the following below..

Given the following which builds during the .each loop

id - desc
313 - blah blah
213 - blah blah
313 - blah blah
323 - blah blah

How can I form this data in JQUERY to be posted to the server (coldfusion)

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about AJAX