$(document).ready(function() {
    $('.hover').bind('touchstart touchend', function(e) {
        e.preventDefault();
        $(this).toggleClass('hover_effect');
    });
});


http://hangaebal.blogspot.kr/2014/07/css-hover-css.html

+ Recent posts