| Author |
Pass JSON object from server to jQuery and loop on the object
|
Muhammad Ramahy
Greenhorn
Joined: Jun 14, 2011
Posts: 11
|
|
Hello I want to know how to loop on an Object "JSON" within jQuery
I use SpringMVC as server side
the code goes like this:
the server:
the page:
now I need to know how should I loop on the "forms" object inside jQuery and isn't the forms which is a list converted into JSON object or what?
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15362
|
|
Look at the callback function in their getJSON example
http://api.jquery.com/jQuery.getJSON/
Eric
|
 |
 |
|
|
subject: Pass JSON object from server to jQuery and loop on the object
|
|
|