'length' is null or not an object
kenorb - August 10, 2009 - 13:29
| Project: | jQuery Update |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Description
I've got error with following code:
eval('var data = ' + jsonstr);
$.each(data, function(index, item) {
...
}Any body have a clue why is that?
