[jQuery] Re: how to bind a form to json data

2008-10-29 Thread Jan Limpens
I've got something along the lines here. Just wanted to know of a more solid approach... On Wed, Oct 29, 2008 at 3:36 PM, Jay <[EMAIL PROTECTED]> wrote: > > > > On Oct 29, 10:30 am, "Jan Limpens" <[EMAIL PROTECTED]> wrote: > > hello, > > then I get from somewhere > > > > [{"id":1,"Choice":"two"}]

[jQuery] Re: how to bind a form to json data

2008-10-29 Thread Jay
On Oct 29, 10:30 am, "Jan Limpens" <[EMAIL PROTECTED]> wrote: > hello, > then I get from somewhere > > [{"id":1,"Choice":"two"}] > > Then the form should get into this state: > > > > > one > two > > > > Is this implemented somewhere? not that I know of. It's tricky but I think you could do