I have several areas where I use AJAX to submit text fields.
var name = $(\"input#name\").val(); $.ajax({ type: \"POST\", url: \"bin/proces
By default, jQuery cannot POST a form via AJAX if it contains a upload field.
You can try this plugin: http://jquery.malsup.com/form/