I've got error with following code:

eval('var data = ' + jsonstr);
$.each(data, function(index, item) {
...
}

Any body have a clue why is that?

Comments

mfer’s picture

Status: Active » Closed (fixed)