Hi Michael, could you elaborate a bit more. I am completely lost... If I was to store the data as such ³ $("div").data("test", { first: 16, last: "pizza!" }); . How would I retrieve that data from a remote server using .getJSON or something similar?
Thanks for your help. On 11/23/09 4:45 AM, "Michel Belleville" <michel.bellevi...@gmail.com> wrote: > The jQuery way uses this method : http://docs.jquery.com/Data > Another is to hide an html element that holds your data, but you'll probably > like .data() better. > > Michel Belleville > > > 2009/11/22 Niche <bjorn....@gmail.com> >> I have 2 servers, a front end and a backend. I cannot execute server >> side scripts on the front end server. I need to get information from >> a form and pass it to my backend server. I must use Ajax for this. I >> am doing this with jQuery. I would like to store the form field >> information in JSON format and then read it on the backend server. >> How would I go about this, thanks. > >