How To Add Form With In Another Form Using Ajax? But Remember First Form Is Also Added With Ajax
I add a form using AJAX in a Php page now I add anther form within that form which is created using AJAX but it is not working. This is the parent page.
$("#adddata").on("click", ".addanother", function(){
//your code
});
Post a Comment for "How To Add Form With In Another Form Using Ajax? But Remember First Form Is Also Added With Ajax"