Guest User

Untitled

a guest
Oct 22nd, 2018
558
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. $('div#go_to_yandex').on('click', function(event) {
  2. window.location.href = 'https://ya.ru';
  3. });
Add Comment
Please, Sign In to add comment