Advertisement
Whistik

Untitled

Sep 27th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. <script type="text/javascript">
  2. $.ajax({
  3. url: 'URL',
  4. type: 'GET',
  5. success: function(data){
  6. if(data == 'Expired'){
  7. ...
  8. }else{
  9. ...
  10. }
  11. }
  12. });
  13. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement