Guest User

Untitled

a guest
Jan 17th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $(document).ready(function(){
  2. setTimeout(function () {
  3. $('.firstclick').trigger('click');
  4. // console.log('Clicked');
  5. },1000);
  6. setTimeout(function () {
  7. $('#clear').trigger('click');
  8. console.log('clear');
  9. },1000);
  10. });
Add Comment
Please, Sign In to add comment