标签: javascript android jquery css
如果单击了android中的链接并且附加了e.preventDefault(),则在单击后它仍将保持悬停状态。是否有可能触发取消悬停?
不起作用:
$('testElement').on('touchend', function () { $(this).trigger('mouseout'); });