可折叠集与jquery mobile中的上述元素重叠

时间:2013-10-20 08:53:47

标签: jquery-mobile

这是我的代码示例

<div data-role='content'>
<div data-role='content'>
some text here
</div>
<ul data-role=collasible-set'>
    <li>my contenet here<li>
<ul>
</div>

我应用的样式top为可折叠集合的13%。当我第一次加载页面时,我得到了预期的结果。我正在使用ajax post来获取可折叠集的内容,并使用命令

刷新页面
$('[data-role=collapsible-set]').collapsibleset().trigger('crete');

但发生的事情是可折叠集重叠上面的div元素。请帮我解决这个问题

0 个答案:

没有答案