我试图使用Jquery Mobile 1.1.0可折叠div,然后在非移动网站上使用手风琴,这是一个响应迅速的网站。
我之前在完全移动的网站上使用过它们,没有任何问题,但这次“加号”一词出现在加号上方,打破了布局:
我已经包含了所有JS和CSS文件。我的代码是文档页面的基本内容:
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>
答案 0 :(得分:0)
您的示例代码看起来很好,这里也是您可能拥有的选项
的jsfiddle:
HTML:
<div data-role="collapsible">
<h3>I'm a header</h3>
<p>I'm the collapsible content. By default I'm closed, but you can click the header to open me.</p>
</div>