Posted by kenorb on August 10, 2009 at 1:29pm
Jump to:
| Project: | jQuery Update |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
Issue Summary
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
#1