Click here to show or hide the menubar.
Re: Dynamic forms into Javascript objects?, posted on Friday, January 04, 2013.

Kyle Shank

My solution using jQuery:

var myValues = {};

$("#myDialog input").each(function(){

var input = $(this);

myValues[input.attr("name")]=input.val();

});

<%disqusIdentifier%>
XML