Re: [jQuery] JQuery Ajax serialize

2010-01-24 Thread brian
a php/mysql database? > > e.g. a serilized array of > single=Single&multiple=Multiple&multiple=Multiple3&check=check2&radio=radio1 > > yes I used the Jquery serialize page info as an example. > > Is is best to use PHP to explode the array? or what? > > Or as asked is there a "magic" way to split the array into the fields & > values? > -- > View this message in context: > http://old.nabble.com/JQuery-Ajax-serialize-tp27288727s27240p27288727.html > Sent from the jQuery General Discussion mailing list archive at Nabble.com. > >

[jQuery] Ajax serialize()

2010-01-14 Thread T.J. Simmons
Hi all, just stumbled across the serialize() method in jQuery.. previously I've been building the data string myself. However, I seem to be unable to use it right. I have a pretty basic form set up, and I'm not sure why it's not working.. figure this is a quick fix and you guys would be able to gi