with JQUERY, How to pass a dynamic series of data to the server

Posted by nobosh on Stack Overflow See other posts from Stack Overflow or by nobosh
Published on 2010-06-06T04:04:56Z Indexed on 2010/06/06 4:12 UTC
Read the original article Hit count: 302

Filed under:

What is the recommended way in JQUERY to send a dynamic set of data to the server, the set contains items like:

ID: 13 Copy:

hello world....hello world....hello world....hello world....

ID: 122 Copy:

Ding dong ...Ding dong ...Ding dong ...Ding dong ...Ding dong ...

ID: 11233 Copy:

mre moremore ajkdkjdksjkjdskjdskjdskjds

This could range from 1, to 10 items. What's the best way to structure that data to post to the server with JQUERY?

Thanks

© Stack Overflow or respective owner

Related posts about jQuery