Guest User

Untitled

a guest
Feb 18th, 2019
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. if(window.location.hash){
  2. var hash = window.location.hash;
  3.  
  4. if ($("[href='"+hash+"']").length > 0) {
  5. setTimeout(function(){
  6. $("[href='"+hash+"']").click();
  7. }, 1000);
  8. }
  9. }
Add Comment
Please, Sign In to add comment