[jQuery] Re: JSON data manipulation

2009-08-30 Thread Depechie
loop is complete, pass the now complete array... > > > $.getJSON('/Graph/HearthRateDataJSON', "", function(data) { > >     var data= [ ]; > >     $.each(data, function(entryindex, entry) { > >         data.push( { Name: entry['Name'], Seri

[jQuery] JSON data manipulation

2009-08-29 Thread Depechie
Hello guys. My question has actually more to do with jqPlot ( graph library for jQuery ), but I'm still asking it here, because it concerns json data manipulation through jquery. I'm not a javascript nor JQuery programmer, I'm just in a learning process. So my question. To plot something through