Jquery submit a form via .submit() on AJAX success... how? Jquery submit a form via .submit() on AJAX success... how? ajax ajax

Jquery submit a form via .submit() on AJAX success... how?


Change the name and id of the image-input.

From the jQuery-docs:Forms and their child elements should not use input names or ids that conflict with properties of a form, such as submit, length, or method. Name conflicts can cause confusing failures.

Example : http://jsfiddle.net/doktormolle/XNMEF/