Mobiscroll演示

时间:2012-11-02 22:03:15

标签: mobiscroll

我正在查看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中?

谢谢!

1 个答案:

答案 0 :(得分: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" />