我试图在非移动站点上使用 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>