mui.js 不支持动态创建标签的嵌套吗??
function pullupRefresh() {
setTimeout(function() {
mui('#pullrefresh').pullRefresh().endPullupToRefresh(( count > 2)); //参数为true代表没有更多数据了。
var table = document.body.querySelector('.mui-table-view'); //查询选择器
var cells = document.body.querySelectorAll('.mui-table-view-cell'); //查询所有选择器
/* 获取数组中的json数据
*eval格式转换
* */
var array = localStorage.getItem('dailyskey');
var numKeys = eval('(' array ')');
for (var i = cells.length, len = i numKeys.length; i < len; i ) {
var div= dcontent.appendChild('div');
div.className='mui-slider-left mui-disabled';
div.innerHTML='<a class="mui-btn mui-btn-red">删除</a>';
var div2= document.appendChild('div');
div2.className='mui-slider-handle';
var li = document.createElement('li'); //创建一个标签
li.className = 'mui-table-view-cell'; //样式
li.innerHTML = '<a class="mui-navigate-right">第 ' (i 1 '条-"标题"-' numKeys[i].dailytile) '</a>'; //像已经创建的标签中添加数据
table.appendChild(li); //将创建的标签加入到选择器中
table.appendChild(div2);
table.appendChild(div);
}
}, 1000);
}
Cannot read property 'classList' of undefined :这是什么意思???
0 个回复