[jQuery] Re: JQuery Form - Ajax - Please HELP ! ! ! ! ! ! !

2009-09-02 Thread Hunts Pointer
Thanks Michael, your answer helped me solve the problems I was having, if you're in NYC let me know, I owe you a beer. - Hunts

[jQuery] Re: JQuery Form - Ajax - Please HELP ! ! ! ! ! ! !

2009-09-02 Thread mkmanning
You could just add name attributes to the text fields (e.g. ) and then just use data:$('#myForm').serialize(). That will give you a querystring like: item_01=123&item_02=456&item_03=789 (you can't pass an array to 'data', it expects an object or a string). On Sep 2, 10:43 am, huntspointer2009