无法在jquery mobile中垂直滚动

时间:2014-01-21 08:02:17

标签: javascript jquery html jquery-mobile

我创建了一个div容器,我在其中动态填充多个div,但在我的手机中我无法滚动它。 我在jQuery Mobile

中使用android 2.2.X

这是content内的代码 HTML

<div id="myContainer">




</div>

CSS

 #myContainer{

    width: auto;
    max-height:300px;
    overflow-y:scroll;

}

动态观察

 $("#myContainer").append("<div>"+emp.Name+"</div>");

0 个答案:

没有答案