Simple ajax form using javascript no jQuery
The following is a far more elegant solution of the other answer, more fit for modern browsers. My reasoning is that if you need support for older browser you already most likely use a library like jQuery, and thus making this question pointless. /** * Takes a form node and sends it over AJAX. * … Read more