Guest User

Untitled

a guest
Feb 13th, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. $.ajax({
  2. url:'',
  3. type:'GET'
  4. }).done(functin(){
  5. //call ajax2
  6. }).done(function(){
  7. //call ajax3
  8. }).done(function(){
  9. });
Add Comment
Please, Sign In to add comment