Can someone show me a tutorial of using jquery to display successful form submission without refreshing the page. Something like that happens on gmail when a message is delivered and the yellow overlay that shows that you message was delivered and then fade outs.
Can someone show me a tutorial of using jquery to display successful form submission
Share
Use jQuery+JSON combination something like this:
test.php:
_test.php:
jsFile.js:
OR:
You can use jQuery Form Plugin