submit form - jquery problem
- by lannoo
Hello all,
I am trying to raise a click event on a submit button in a html form.
I use the .click() jquery to catch the click event and return true at the end of the function.
When I click on the submit button, the jquery functions are raised and a callback is executed, but the $_POST array is empty.
How can I fix this?