I am using getJSON to populate form elements inside function(data) {…} by concatenating html.
What is the best way to create dynamic HTML Form inside the success call back of getJSON.
I should be able to enable/show divs/UI elements based on button clicks in this form.
Thanks
It would be better to create the dynamic content and show it in an Pop-up.
If u would explain a bit through code it would be nice and you will get a quicker response.