I'm hoping to learn a way to code the following for touch only, using jquery?
$(".portfolio a").one("click", false);
This code is for a hover
event on a visual menu link. I'd like to prevent the link following through on the first touch, so the hover event happens on the first touch, and a second touch takes you through to the link.
Hover class is tied to href...