Advertisement
Guest User

Untitled

a guest
Aug 1st, 2013
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. if(validateState){
  2.  var data = $('#idDoForm').serialize();
  3.  $.post('action.php',{data:data, action:'add'},function(rs){
  4.       console.log(rs);
  5.   })
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement