Firefox的Bootstrap-select问题

时间:2014-04-22 11:03:27

标签: javascript twitter-bootstrap firefox

我在使用Bootstrap-select和Firefox v.28时遇到了一个奇怪的问题。

我动态地将值添加到现有的selectpicker:

$(selector).append($('<option>', { value:name, text:name }));

然后调用refresh:

$(selector).selectpicker('refresh');

它在Chrome或Safari上运行良好。在Firefox v.28中,各种项目也显示在选择控件一侧和下方的屏幕上。想知道是否有人看到过这种行为。提前谢谢......

0 个答案:

没有答案