Guest User

Untitled

a guest
May 21st, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <script type="text/javascript">
  2. jQuery(document).ready(function() {
  3. jQuery(this).click(function(event) {
  4. event.preventDefault();
  5. event.stopPropagation();
  6. window.open(this.href, '_blank');
  7. });
  8. });
  9. </script>
Add Comment
Please, Sign In to add comment