gothle
gothle
  • 发布:2016-09-05 09:43
  • 更新:2016-09-05 13:47
  • 阅读:1192

关于pullrefresh_with_tab.html

分类:MUI

在例子pullrefresh_with_tab.html里面

如何设置这个属性:

container:"#refreshContainer",//下拉刷新容器标识,querySelector能定位的css选择器均可,比如:id、.class等

怎么实现初始化先执行一次第一个选项卡的列表的刷新方法?

2016-09-05 09:43 负责人:无 分享
已邀请:
Trust

Trust - 少说废话

该例子适用于div模式的选项卡切换,不同于webview模式的初始化。
如果第一次只需要初始化第一个选项卡,直接调用mui(pullRefreshEl).pullToRefresh()方法即可。
具体源码在该html文件的546行,例子中是一次性初始化N个选项卡,只需要将each里面的逻辑抽离出来即可。

  • gothle (作者)

    真机跑HelloMui的例子。这行报错:


    mui.plusReady(function() {mui('#item1mobile').pullRefresh().pulldownLoading();


    Uncaught TypeError: undefined is not a function at examples/pullrefresh_with_tab.html:584

    2016-09-05 10:12

gothle

gothle (作者)

真机跑HelloMui的例子。这行报错:

mui.plusReady(function() {mui('#item1mobile').pullRefresh().pulldownLoading();

Uncaught TypeError: undefined is not a function at examples/pullrefresh_with_tab.html:584

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