0

これは私のコードサンプルです

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

折りたたみ式セットのスタイルトップは 13% を適用しました。初めてページをロードすると、期待どおりの結果が得られます。折りたたみ可能なセットのコンテンツを取得するために ajax 投稿を使用しており、コマンドを使用してページを更新しています

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

しかし、折りたたみ可能なセットが上記の div 要素と重なっています。この問題の解決を手伝ってください

4

0 に答える 0