Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
209
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $.ajax({    //posttame info
  2.             type: "POST",
  3.             url: "post-data.php",
  4.             data: {fbID:fbID, name:name, eMail:eMail, tootelink:tootelink, card1:card1, card2:card2}
  5.             success: function(response){
  6.                 $flip_img.attr("src", "images/kaardid/" + response );
  7.             }
  8.         });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement