Advertisement
Guest User

Untitled

a guest
May 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. $(window).load(function () {
  2. var hash = window.location.hash.substring(1);
  3. $("#"+hash).show().siblings(".col").hide();
  4. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement