wpexplorer

Fashionista Touch Link Out

Oct 25th, 2012
141
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. $('a.loop-entry-img-link').on('click touchend', function(e) {
  2.     var el = $(this);
  3.     var link = el.attr('href');
  4.     window.location = link;
  5. });
Advertisement
Add Comment
Please, Sign In to add comment