Guest User

Untitled

a guest
May 4th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('#liens a').each(function () {
  2.    window.open($(this).attr('href'),'_blank');
  3. });
Add Comment
Please, Sign In to add comment