gpt4 book ai didi

jquery - Bootstrap Form Helpers 国家和州不显示

转载 作者:太空宇宙 更新时间:2023-11-04 02:04:09 26 4
gpt4 key购买 nike

我正在尝试将此 Bootstrap 表单助手添加到我的表单中,但由于某种原因没有填充任何内容。少了什么东西?我做错了什么?

这是 JSFiddle:https://jsfiddle.net/2fy1me4y/

来源:http://js.nicdn.de/bootstrap/formhelpers/docs/state.html

            <div class="form-group col-lg-4">
<label>State</label>
<select id="countries_states1" class="input-medium bfh-countries" data-country="US"></select>
<select class="input-medium bfh-states" data-country="countries_states1"></select>
<small class="text-muted">Provide the state you currently reside</small>
</div>

最佳答案

这是我创建的一个工作示例。请注意我没有使用你的 fiddle 中的 CDN,因为我无法让它工作。没有深入研究。

https://jsfiddle.net/5bbnt7xc/1/

HTML:

<div id="countries_states2" class="bfh-selectbox bfh-countries" data-country="US" data-flags="true">
<input type="hidden" value="">
<a class="bfh-selectbox-toggle" role="button" data-toggle="bfh-selectbox" href="#"> <span class="bfh-selectbox-option input-medium" data-option=""></span> <b class="caret"></b> </a>
<div class="bfh-selectbox-options">
<div role="listbox">
<ul role="option"> </ul>
</div>
</div>
</div>
<div class="bfh-selectbox bfh-states" data-country="countries_states2">
<input type="hidden" value="">
<a class="bfh-selectbox-toggle" role="button" data-toggle="bfh-selectbox" href="#"> <span class="bfh-selectbox-option input-medium" data-option=""></span> <b class="caret"></b> </a>
<div class="bfh-selectbox-options">
<div role="listbox">
<ul role="option"> </ul>
</div>
</div>
</div>

关于jquery - Bootstrap Form Helpers 国家和州不显示,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41172200/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com