Nettuts+ Author - Eric

PG

Visit Eric's Website

Eric is a freelancing web designer/developer (Renkai Designs at www.renkai.com), amateur blogger at Digital Design Diary, SEO specialist, rock guitarist (band coming soon!), mountain biking enthusiast, and avid coffee drinker.


Posts by Eric

Submit A Form Without Page Refresh using jQuery

Jul 24th in JavaScript & AJAX by Eric
304

Previously on NETTUTS, Philo showed how you can use jQuery to add form validation to wordpress comments that works without any page reload. Another great way of utlizing jQuery to enhance user experience is to not just validate, but to submit your form entirely without a page refresh. In this tutorial I’ll show you how easy it is to do just that — submit a contact form that sends an email, without page refresh using jQuery! (The actual email is sent with a php script that processes in the background). Let’s get started.

Continue Reading