我将以下内容添加到我的页面中,因为它来自外部JavaScript库,所以它的样式不同。
<input type="hidden" name="country" id="countryId" value="US"/>
<select name="state" class="states order-alpha" id="stateId">
<option value="">Select State</option>
</select>
<select name="city" class="cities order-alpha" id="cityId">
<option value="">Select City</option>
</select>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//geodata.solutions/includes/statecity.js"></script>
它不使用标准的bootstrap样式(它看起来很老派)。我可以使用bootstrap来设置这个样式吗?
正如你所知,我还是新手。
答案 0 :(得分:0)