I've got error with following code:
eval('var data = ' + jsonstr);
$.each(data, function(index, item) {
...
}
Any body have a clue why is that?
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
Comment #1
mfer commented