search for: ajaxresult

Displaying 2 results from an estimated 2 matches for "ajaxresult".

Did you mean: ajaxresults
2007 Sep 21
1
Weird data from evalJSON
...+ ''<p/>''; for (x in json) { htmlSeverities+= json[x].toString() +''<p/>'';//''Severity: '' + json[x].name + '' Priority: '' + json[x].priority + ''<br/>''; } $(''ajaxResults'').innerHTML = htmlSeverities; } }); contents of ajaxResults div ----------------------------------- [{"id":20,"name":"unknown","priority":1},{"id":8,"name":"non- critical.","priority":5},{"id":17...
2006 Jun 20
5
Multiple Ajax.Request or Ajax.Updater
I''m having a problem with multiple Ajax.Updater instances. I have five small chunks of data being loaded into my homepage, and they seem to be firing off one at a time. So the pieces load up in the order they were called. Maybe I''m being a noob, but shouldn''t all those requests just fire away and then place the content as it gets received? I was doing multiple versions,