function contact() {
$("form").submit(function(){
var values = $("input[@type=text]").serialize;
$.post("mail.php",{values},function(){
return false;
$("#right").remove("form");
$("
|
Pastie
Support Pastie
or read my
Pastie << self
blog
function contact() {
$("form").submit(function(){
var values = $("input[@type=text]").serialize;
$.post("mail.php",{values},function(){
return false;
$("#right").remove("form");
$("
|