Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
June 15, 2014, 5:06 p.m.
FORMAT:
Text only
SIZE:
478 Bytes
Raw
Download
Tweet
HITS:
1141
Go to comments
Report
<script>
$(function() {
//twitter bootstrap script
$("button#submit").click(function(){
$.ajax({
type: "POST",
url: "process.php",
data: $('form.contact').serialize(),
success: function(msg){
$("#thanks").html(msg)
//$("#form-content").modal('hide');
},
error: function(){
alert('failed');
}
});
});
});
</script>
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus