Guest User

Untitled

a guest
Jun 21st, 2018
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $('.reply-to').live('click', function() {
  2. var hash = ($(this).attr('href') || '').split('#')[1];
  3. if ($('#' + hash).length && hash) {
  4. window.location.hash = hash;
  5. return false;
  6. }
  7. });
Add Comment
Please, Sign In to add comment