我无法让它工作(来自http://jquerymobile.com/demos/1.2.0/docs/content/content-collapsible.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>
我假设这是因为我没有包含 jQuery mobile 或其他东西,但我不确定我应该添加什么。这就是我现在的 HTML 头脑中的内容:
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script type="text/javascript" src="/static/scripts/main_script.js"></script>
所以基本上,jquery 和外部 javascript。如何添加jquery mobile?或者这甚至是问题所在?