Does anybody know of a simple JQuery form processing tutorial that actually works?
I have a form I want to process via JQuery/Ajax nothing difficult in PHP but in JQ and AJAX can I get it to work - no, all the tutorials are based round sending e-mails (or just lists of more lists of more lists of tutorials - hate those)
All I want to do is learn how to send a form via JQ and AJAX to another page, save the data in a DB without having to leave the first page. I have tried all sorts but nothing works propery. Here is my form:
<form id="form">
<input type="text" name="abc" />
<input type="text" name="def"/>
<input type="text" name="ghi"/>
<input type="submit" name="try" id="try" />
</form>
Now what do I actually do? Sounds silly I know (and I guess I'll get another -1 star for this question) but I will be honest a GOOD simple tutorial would be really useful not just to me but to the others. I know php but JQuery/Ajax - just don't know/understand. I wil not be alone