make objects and fields dynamically in javascript

Posted by acidzombie24 on Stack Overflow See other posts from Stack Overflow or by acidzombie24
Published on 2010-04-17T23:36:05Z Indexed on 2010/04/17 23:43 UTC
Read the original article Hit count: 90

Filed under:
|

instead of using getParameterByName('Field', PostData) (PostData == $('form').serialize();)

I would like to write PostData.Field, how can i do that with javascript?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about jQuery