Advertisement
Guest User

Untitled

a guest
Dec 5th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.21 KB | None | 0 0
  1.     function GetParticipant(){
  2.        $.ajax({
  3.         url: "/participants/GetParticipant",
  4.         type: 'post',
  5.         complete: function(data){
  6.           console.log(data);
  7.         }
  8.       });
  9.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement