browse by tag: jquery
sort by
PHP / Ajax Upload Form
in PHP added by finalwebsites, on 19/10/2008 AJAX advanced tutorials forms jquery upload
In this quick tutorial we will show how-to create such an Ajax upload form using the jQuery Form plug-in and our easy upload class.
2 comments save reportSubmit A Form Without Page Refresh using jQuery
in PHP added by goodphptutorials, on 30/7/2008 AJAX JavaScript jquery
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.
comment save report