//使用mui加载数据后,a标签点击事件失效 mui("#pullrefresh").on('tap', '.order-item', function(event) { document.location.href = this.href; });
其中 order-item为a标签的类名