我动态创建了一个 div,我尝试使用 iscroll js 添加滚动条。
但是我的应用程序引发了错误。
有人可以指导我吗?
// here to add scroll bar
function loaded() {
myScroll = new iScroll('wrapper', { scrollbarClass: 'myScrollbar' });
}
document.addEventListener('touchmove', function (e) { e.preventDefault(); }, false);
document.addEventListener('DOMContentLoaded', loaded, false);
// here i created a div dynamically
$results_list = $('<div id="wrapper" class="'+options.resultsClass+'" style="width:92%;height:10%;overflow:auto;position:absolute;"></div>').hide();//here i need to add scroll bar?
doIscrollRefresh();
错误信息
TypeError: Result of expression 'that.wrapper' [null] is not an object. at file:///android_asset/www1/iscroll.js:60