Advertisement
Guest User

Untitled

a guest
Feb 20th, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $(document).ready(function(){
  2. var anchor = '#myanchor';
  3. if (window.location.href.indexOf(anchor) > 0) {
  4. //do what you want here, change classes, etc
  5. }
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement