0

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

1 回答 1

0

您的示例代码看起来不错,这也是您可能拥有的选项

JSF中:

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>​
于 2012-06-25T23:31:00.323 回答