jQuery Ajax – send all fields data by “POST”

jQuery Ajax – send all fields data by “POST”


jQuery.ajax({
data: jQuery('#formId').serialize(),
// etc..
}

Leave a Reply

Your email address will not be published. Required fields are marked *