Advertisement
Guest User

Untitled

a guest
Oct 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $('#redeem-candy-voucher').click();
  2. document.location.reload()
  3.  
  4.  
  5. function method1(){
  6. $('#redeem-candy-voucher').click();
  7. }
  8.  
  9. function method2(){
  10. document.location.reload()
  11. }
  12.  
  13. $.ajax({
  14. url:method1(),
  15. success:function(){
  16. method2();
  17. }
  18. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement