Hi all
I've been trying to achieve this for several hours but to avail. Hope I can find enlightenment here....
I am trying to make a dynamically form created by jquery in div element in a.php , submit to b.php, then return the result the same div in a.php
So far this is my code
a.php
When I click the a#igniter, it will populate the div panel with a form. I managed it with this piece of code.
With this i have a form (id="group_edit") in div panel in a.php. Great! But, whenever i submit, the whole page goes to b.php instead of the div....
tried this code as well:
but seems like it just never goes there.....
I tried the solutions here:
https://coderanch.com/t/482557/HTML-JavaScript/Submit-dynamically-created-form-jQuery
and
https://coderanch.com/t/480299/HTML-JavaScript/jQuery-form-submit-Form-plugin#2166604
but doesn't work for me....
Please help me.... thanks.....