【发布时间】:2010-12-20 17:20:49
【问题描述】:
我在下拉样式选择框中有一个值列表,例如
<select id="places">
<option>Italy</option>
<option>France</option>
<option>Germany</option>
<option>Spain</option>
</select>
我的页面上的 div 中也有相同的值列表 例如
<div>
<span>Italy</span>
<span>France</span>
<span>Germany</span>
<span>Spain</span>
</div>
Using JQuery, I want to have it so - when a value in the dropdown is selected, the equivalent option in the div is briefly highlighted.
我一直在努力使用 jQuery 高亮插件,但我相信更快的方法可能是使用 JjQuery UI 的高亮类。作为菜鸟提前道歉:)
【问题讨论】:
-
“简要突出显示” - 0.1 秒,1 分钟,请描述这意味着什么。请展示您此时尝试过的内容(代码方面)。
标签: javascript jquery select release highlight