Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个下拉列表,我想用这个来突出显示:
$('#album').effect("highlight", {}, 1000);
我的下拉菜单改变了它的颜色,但颜色没有变回来。如果我尝试使用 div 的方法,它会起作用,所以我猜该方法不是真的适用于下拉菜单,但它们有类似的方法吗?
突出显示在带有或不带有选项参数的下拉列表中都可以正常工作。看看这个 jsFiddle。
http://jsfiddle.net/py7B8/1/
您的代码中还有其他内容吗?你能在 jsFiddle 中重现这个问题吗?