codehaven - php snippets - coding help
Generic filters
Exact matches only

Send/submit form by post jquery serialize

31st July 2013

Jquery - Forms-Posting

jquery icon

The easiest way to send a form
Don’t use SUBMIT as the button, use BUTTON

This means any form named #form1 will be posted with whatever is in your form

Was this code snippet helpful?