// call to server
$.get(index.action,function(res){
if result list of object from server
result = $.parseJSON(res);
eachobj is sinlge object that is contained in list
$.each(result,function(i,eachobj){
id=eachobj.id;
});
});
No comments:
Post a Comment