Advertisement
Ineentho

Untitled

Apr 3rd, 2014
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function post(){
  2.     $.post("post.php", $("form").serialize()).always(post);
  3. }
  4. for(var i = 0; i < 10; i++)
  5.     post();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement