[jQuery] Re: jQuery and javascript objects

2009-07-08 Thread Matt Kruse
On Jul 8, 1:54 am, Nic Hubbard wrote: > I have some JSON that I returned from my server.  I then converted it > to an object using eval.  It is only then that I can start > manipulating it with jQuery (trust me).  Currently the multilevel > object is set in a var.  Is there a way that I can then

[jQuery] Re: jQuery and javascript objects

2009-07-07 Thread Nic Hubbard
Is it possible to use the .each() function on an object that came from JSON? On Jul 7, 11:54 pm, Nic Hubbard wrote: > I have some JSON that I returned from my server.  I then converted it > to an object using eval.  It is only then that I can start > manipulating it with jQuery (trust me).  Curr