form serialize problem

Posted by ZX12R on Stack Overflow See other posts from Stack Overflow or by ZX12R
Published on 2010-05-28T11:38:34Z Indexed on 2010/05/28 11:42 UTC
Read the original article Hit count: 255

Filed under:
|

I have a form. I am trying to validate it through AJAX GET requests.

So i am trying to send the field values in the GET request data.

$('#uxMyForm').serialize();

the problem it is returning something undecipherable. I have used serialize before. This is totally bizzare.

the return value of serialize is

 authenticity_token=oRKIDOlPRqfnRehedcRRD7WXt6%2FQ0zLeQqwIahJZJfE%3D&customer%5BuxName%5D=&customer%5BuxEmail%5D=&customer%5BuxResidentialPhone%5D=&customer%5BuxMobilePhone%5D=&customer%5BuxDateOfBirth%5D=&customer%5BuxAddress%5D=&customer%5BuxResidentialStatus%5D=

i have no idea how to use this.

Thanks

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about jquery-ajax