Displaying 1 result from an estimated 1 matches for "loadseveritiesmatchingcategory".
2007 Sep 21
1
Weird data from evalJSON
...his
text it gives me a bunch of extra function()s when i try to iterate
over the result. Why does the object 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/>...