I'm having a little problem with jQuery:
I'm having .submit() defined on a form, when I submit the form by clicking the submit button, the even triggers and things works smoothly, however, when I use document.forms[0].submit(), the event doesn't get triggered, but the form submits!! Is there any reason why? How can I overcome that?
|
|
|
||
|
|
|
That's just the way it works - calling the native Use the jQuery
|
||
|
|
|
|
If the submit form is named like this
Then you can submit it by doing this.
Check out the documentation for more great examples. |
||
|
|
|
|
This may sound strange but why do you even use Simple (maybe stupid?) suggestion: Don't use
|
|||
|
|
