I'm trying to get the form data from my form returned as a simple map Object {a: "b", c: "d"}
Object {a: "b", c: "d"}
I know I can .serialize() and .serializeArray() and then do it myself. Isn't there a jQuery function or something vailable for that?
.serialize()
.serializeArray()
No comments:
Post a Comment