Advertisement
Guest User

Untitled

a guest
Apr 27th, 2015
202
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. ;(function (window, document, undefined) {
  2. var qs = window.location.substring(window.location.indexOf('?') + 1);
  3. var linkElement = document.getElementById('put_link_id_here');
  4.  
  5. linkElement.setAttribute('href', linkElement.getAttribute('href') + '?' + qs);
  6. })(window, window.document);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement