Tuesday, 20 August 2013

Sending an array of objects to server via ajax (JQuery)

Sending an array of objects to server via ajax (JQuery)

I have a series of entries retrieved from an html table.
E.g. (1, 123), (1,234), (2, 134) …etc
I want to send these via JQuery ajax call to the server but I am not sure
how to create the corresponding json call.
How can I do this?

No comments:

Post a Comment