[jQuery] Re: jQuery and javascript objects

2009-07-08 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 nnhubb...@gmail.com 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

[jQuery] Re: jQuery and javascript objects

2009-07-08 Thread Matt Kruse
On Jul 8, 1:54 am, Nic Hubbard nnhubb...@gmail.com 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