Android:在链接上触发取消切换

时间:2015-09-17 17:53:45

标签: javascript android jquery css

如果单击了android中的链接并且附加了e.preventDefault(),则在单击后它仍将保持悬停状态。是否有可能触发取消悬停?

不起作用:

$('testElement').on('touchend', function () {
  $(this).trigger('mouseout');
});

0 个答案:

没有答案