美文网首页
Mui“iindexedlist” 动态加载数据后搜索失效不准确

Mui“iindexedlist” 动态加载数据后搜索失效不准确

作者: 我是syq吖 | 来源:发表于2019-06-11 09:54 被阅读0次

    获取信息以后,再执行实例化即可

    //获取信息
    loadList();
    //实例化
    mui.init();
    mui.ready(function () {
    var header = document.querySelector('header.mui-bar');
    var list = document.getElementById('list');
    //calc hieght
    list.style.height = (document.body.offsetHeight - header.offsetHeight) + 'px';
    //create
    window.indexedList = new mui.IndexedList(list);
    });
    

    相关文章

      网友评论

          本文标题:Mui“iindexedlist” 动态加载数据后搜索失效不准确

          本文链接:https://www.haomeiwen.com/subject/jjlffctx.html