0

我正在查看 MobiScroll 的演示并选择了以下选项:

Demo Page: Demo
Demo: Time
Display: Modal
Mode: Scroller

演示示例显示了我应该使用的结果 HTML:

<input id="i" name="i"  />


<a href="#" id="show" class="btn">Show</a>
<a href="#" id="clear" class="btn">Clear</a>

当我使用这个 HTML 时,显示和清除按钮会显示在页面上,当我单击输入框时,Mobiscroll 会内嵌显示。在演示中,这些按钮与 Mobiscroll 一起出现在模式对话框中。我需要用特殊标签将 HTML 包装在 div 中吗?

谢谢!

4

1 回答 1

1

问题是需要 jQuery Mobile js + css 文件来获取模式弹出窗口。网站上的指示不明确!我添加了以下内容和presto!

<script src="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.js"></script>
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" /> 
于 2012-11-02T22:31:17.837 回答