这是我的代码示例
<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元素。请帮我解决这个问题