Displaying 1 result from an estimated 1 matches for "successtype".
Did you mean:
accesstype
2007 Sep 21
1
Weird data from evalJSON
...contain these function()s and
how can I iterate over just my objects?
Below is my code along with the strange result I am seeing.
thank you for your insights.
new Ajax.Request(''loadSeveritiesMatchingCategory.action'',
{
method:''get'',
parameters : ''successType=jsonSuccess&categoryId='' + categoryId,
onSuccess: function(transport)
{
var json = transport.responseText.evalJSON();
var htmlSeverities = transport.responseText + ''<p/>'';
for (x in json)
{
htmlSeverities+= json[x].toString() +''...