anglehouse
anglehouse
  • 发布:2015-08-28 18:08
  • 更新:2017-05-21 12:49
  • 阅读:3708

MUI 框架会阻止a标签的href属性吗

分类:MUI
mui

MUI 框架会阻止a标签的href属性吗,怎么不能跳转呢,在chrome模拟手机端的时候,a标签失效了

2015-08-28 18:08 负责人:无 分享
已邀请:
Dimenthy

Dimenthy

默认是屏蔽href 官方建议用tap

晚亭红叶

晚亭红叶

tab能实现他需要的跳转吗?要解决问题啊,我也碰到了这个问题

woailuo

woailuo

    mui('body').on('tap', 'a', function() {  
       document.location.href = this.href;  
    });

该问题目前已经被锁定, 无法添加新回复