How do I convert all elements of my form to a JSJavaScript object?
I'd like to have some way of automatically building a JSJavaScript object from my form, without having to loop over each element. I do not want a string, as returned by $('#formid').serialize();
, nor do I want the map returned by $('#formid').serializeArray();