尝试使用 jQuery Mobile 选择选项时,我遇到了烦人的“twich”问题。
重现问题:
见:http: //jsfiddle.net/4aXH8/
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.1/jquery.mobile-1.3.1.min.js"></script>
<select name="select-choice-1" id="select-choice-1">
<option value="standard">Standard: 7 day</option>
<option value="rush">Rush: 3 days</option>
<option value="express">Express: next day</option>
<option value="overnight">Overnight</option>
</select>
- 打开选择菜单。
- 将鼠标悬停在“过夜”选项上。
- 等待〜2秒,观察它进入“标准:7天”选项。
笔记
一旦发生此“抽搐”事件,您必须在 jsfiddler 中点击“运行”以启动发生此问题的状态。
HTML 直接取自该站点:http: //jquerymobile.com/demos/1.0a4.1/docs/forms/forms-selects.html
有人知道这里发生了什么吗?