Nathan Kahl
Posts: 0
Joined: Tue Nov 20, 2012 4:03 am

Add Values of Array

How would you add the values of an array using Javascript on the results of a API query?

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Add Values of Array

You could use the Success event to get the data returned by a service. Then, use JavaScript to manipulate the data in any way you need.

http://docs.tiggzi.com/documentation/...

Return to “Issues”