使用Mui加载数据后a标签点击事件失效

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

  其中 order-item为a标签的类名

原文地址:https://www.cnblogs.com/yugb/p/9663083.html