It looks like you're using an Ad Blocker.
Please white-list or disable AboveTopSecret.com in your ad-blocking tool.
Thank you.
Some features of ATS will be disabled while you continue to use an ad-blocker.
$(document).ready() [
$("#testform").submit() [
$.post( "test.php",
$("#testform").serialize(),
data) [
data);
]
);
return false;
]);
]);
Email:
First Name:
Originally posted by zilebeliveunknown
Is it nput or input?
IDK for the rest, it's pretty messed up
Originally posted by Epirus
Do you want the form to submit?
Remove the return false.edit on 2-11-2012 by Epirus because: (no reason given)
Originally posted by samlf3rd
Originally posted by Epirus
Do you want the form to submit?
Remove the return false.edit on 2-11-2012 by Epirus because: (no reason given)
I tried that but nothing happens.