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.
嗨,我想通过单击标签来更改下拉值。我创建了一个函数,它正在更改下拉值,但突出显示的类仍保留在上次选择的标签上。所以我的问题是当我们改变值时,类应该突出显示适当的选项。
好的,不确定这是否是您要求的,但我试了一下。
看看这是不是你想要的。
http://jsfiddle.net/7vkLv/3/
我添加了
closest('div.chzn-container').addClass('chzn-container-active');
到您要更改数据的跨度。