Guest User

Untitled

a guest
Feb 20th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
jQuery 0.16 KB | None | 0 0
  1. //получаем rel ссылки
  2.  
  3. $('.level-links a').click(function (e) {
  4. e.preventDefault();
  5. var $this = $(this);
  6.  
  7. image_rel = $this.attr('rel');
  8. });
Add Comment
Please, Sign In to add comment