Recent Posts
None | 5 sec ago
ActionScript 3 | 17 sec ago
ASM (NASM) | 39 sec ago
PAWN | 1 min ago
None | 2 min ago
None | 2 min ago
Per | 3 min ago
None | 3 min ago
None | 3 min ago
T-SQL | 3 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
Learn a little bit about the new Pastebin.com on our help page. hide message
By Anonymous on the 9th of Feb 2010 07:02:04 PM Download | Raw | Embed | Report
  1. jQuery(document).ready(function() {
  2. jQuery("#resposta").ajaxStart(function(){ jQuery(this).html("Cadastro sendo enviada, por favor aguarde..."); });
  3. jQuery('#submit').click(function() {
  4. var nome     = jQuery('#nome').val();
  5. var email    = jQuery('#email').val();
  6. var senha    = jQuery('#senha').val();
  7. var plano = jQuery('#plano').val();
  8. var cemail = jQuery('#cemail').val();
  9. var csenha = jQuery('#csenha').val();
  10. jQuery.post('cadastrar.php',
  11. { nome: nome, email: email, senha: senha, cemail: cemail, csenha: csenha, plano: plano, cadastro: true },
  12. function(data, textStatus) {
  13. jQuery('#resposta').html(data);
  14. });
  15. return false;
  16. });
  17. });
Submit a correction or amendment below. Make A New Post
To highlight particular lines, prefix each line with @h@
Syntax highlighting:
Post expiration:
Post exposure:
Name / Title:
Email: