In my aplication I have a dynamically generated form. On a button click I have to send all these form elements to another page using Ajax. Since the form is dynamically gernerated, I cannot specify the form element names while calling ajax.
Is there any way to pass all the form elements without specifying element names in Ajax. May be as an array of elements.
1 Answer