[jQuery] Re: getJSON

2009-03-26 Thread jakenoble
Shouldn't your JSON return values be double quoted"? [ {"Value": 1, "Item": "Physics"}, {"Value": 2, "Item": "Chemistry"}, {"Value": 3, "Item": "Biology"} ]; On Mar 26, 9:16 am, iceangel89 wrote: > i am trying to load json. but it seems like its not working. nothing > is alerted. supposed to be

[jQuery] Multiple AJAX requests using jQuery

2009-03-25 Thread jakenoble
Hi I am trying to use jQuery's AJAX functionality to make a progress bar. A request is submited via AJAX, which starts importing data to a database. Once submited another AJAX request is called on an interval which checks the progress of this import, a progress meter is then updated using this i