Month March 2017

Submit dynamically created form using jQuery

Tried to submit a dynamically created form from an ajax response using jQuery. But couldn’t get it to work. Used the call $(“#formId”).submit(); At last I found the cause why the form wasn’t submitting. In the form a button element…