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: 462
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