选择 - 选择不工作bootstrap 3莫代尔?

时间:2015-10-12 21:07:05

标签: javascript jquery css twitter-bootstrap jquery-chosen

我无法修复我在此处关注的模式中选择的选择http://jsfiddle.net/koenpunt/W6dZV/,我无法将其应用于我的代码,please see this image

我在其页面上有一个选择的选择,但不是模态,我想将它应用于我的模态,

这是我在按钮上的代码:

 <div class="text-center">
 <h1>Bootstrap starter template</h1>
  <p class="lead">Use this document as a way to quickly start any new project.<br/> All you get is this text and a mostly barebones HTML document.</p>

  <!-- Button trigger modal -->
  <a data-toggle="modal" href="#myModal" class="btn btn-primary btn-lg">Launch demo modal</a>

  </div>        

无论如何,我仍然在小提琴上使用这些代码。 模式:
                                                                                     ×           模态标题                                                美国         英国         阿富汗         奥兰群岛         阿尔巴尼亚         阿尔及利亚         美属萨摩亚         安道尔         安哥拉         ....                                    关           保存更改                            

和剧本。

<script>
 $('#myModal').on('shown.bs.modal', function () {
  $('.chosen-select', this).chosen();
});
</script>

正如你所看到的,我选择了背景选择,但是我不能将它应用于模态。

0 个答案:

没有答案