submit form - jquery problem

Posted by lannoo on Stack Overflow See other posts from Stack Overflow or by lannoo
Published on 2010-05-27T16:33:53Z Indexed on 2010/05/27 16:41 UTC
Read the original article Hit count: 131

Filed under:
|
|

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?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about html