preventDefault on hover无法在Android上运行?

时间:2012-05-08 15:05:18

标签: jquery android mobile

我有以下代码:

$('#a').hover(function(e) {
$(this).parent().children('ul').show();
e.preventDefault();
});

它阻止链接在iOS上导航但不在Android上导航,任何想法为什么?

有关完整代码,请参阅此处:https://tinker.io/ff4ab/6

由于 皮特

0 个答案:

没有答案