$( document ).ready(function() { //touch devices // $('.home-site a.wrap-article-home').on('touchstart',function(e){ // // 'use strict'; // var link = $(this); // // if (link.hasClass('hover')) { // return true; // } else { // link.addClass('hover'); // $('.home-site a.wrap-article-home').not(this).removeClass('hover'); // e.preventDefault(); // return false; // } // // }); });