<h1 align="center">bootstrap-select</h1>
<p align="center">
<strong>The jQuery plugin that brings select elements into the 21st century with intuitive multiselection, searching, and much more. Now with Bootstrap 4 support.</strong>
</p>
<p align="center">
<a href="https://github.com/snapappointments/bootstrap-select/releases/latest" target="_blank">
<img src="https://img.shields.io/github/release/snapappointments/bootstrap-select.svg" alt="Latest release">
</a>
<a href="https://www.npmjs.com/package/bootstrap-select" target="_blank">
<img src="https://img.shields.io/npm/v/bootstrap-select.svg" alt="npm">
</a>
<a href="https://www.nuget.org/packages/bootstrap-select" target="_blank">
<img src="https://img.shields.io/nuget/v/bootstrap-select.svg" alt="NuGet">
</a>
<a href="https://cdnjs.com/libraries/bootstrap-select" target="_blank">
<img src="https://img.shields.io/cdnjs/v/bootstrap-select.svg" alt="CDNJS">
</a>
<a href="https://www.jsdelivr.com/package/npm/bootstrap-select" target="_blank">
<img src="https://data.jsdelivr.com/v1/package/npm/bootstrap-select/badge?style=rounded" alt="jsDelivr">
</a>
<br>
<a href="https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE" target="_blank">
<img src="https://img.shields.io/badge/license-MIT-brightgreen.svg" alt="License">
</a>
<a href="https://david-dm.org/snapappointments/bootstrap-select?type=peer" target="_blank">
<img src="https://img.shields.io/david/peer/snapappointments/bootstrap-select.svg" alt="peerDependencies Status">
</a>
<a href="https://david-dm.org/snapappointments/bootstrap-select#info=devDependencies" target="_blank">
<img src="https://david-dm.org/snapappointments/bootstrap-select/dev-status.svg" alt="devDependency Status">
</a>
</p>
<p align="center">
<a href="https://developer.snapappointments.com/bootstrap-select"><img src="https://user-images.githubusercontent.com/2874325/38997831-97e12bbe-43ab-11e8-85f5-b8c05d91c7b1.gif" width="289" height="396" alt="bootstrap-select demo"></a>
</p>
## Demo
You can view a live demo and some examples of how to use the various options [here](https://developer.snapappointments.com/bootstrap-select/examples/).
## Quick start
Bootstrap-select requires jQuery v1.9.1+, Bootstrap’s dropdown.js component, and Bootstrap's CSS. If you're not already using Bootstrap in your project, a precompiled version of the Bootstrap v3.3.7 minimum requirements can be downloaded [here](https://getbootstrap.com/docs/3.3/customize/?id=7830063837006f6fc84f). If using bootstrap-select with Bootstrap v4+, you'll also need Popper.js. For all of Bootstrap v4's requirements, see [Getting started](https://getbootstrap.com/docs/4.1/getting-started/introduction/). A precompiled version of the requirements will be made available in an upcoming release of bootstrap-select.
Several quick start options are available:
- [Download the latest release.](https://github.com/snapappointments/bootstrap-select/archive/v1.13.9.zip)
- Clone the repo: `git clone https://github.com/snapappointments/bootstrap-select.git`
- Install with [npm](https://www.npmjs.com/package/bootstrap-select): `npm install bootstrap-select`
- Install with [yarn](https://yarn.pm/bootstrap-select): `yarn add bootstrap-select`
- Install with [Composer](https://getcomposer.org): `composer require snapappointments/bootstrap-select`
- Install with [NuGet](https://www.nuget.org/packages/bootstrap-select): `Install-Package bootstrap-select`
- Install with [Bower](https://bower.io): `bower install bootstrap-select`
- Install via CDN ([cdnjs](https://cdnjs.com/libraries/bootstrap-select) or [jsDelivr](https://www.jsdelivr.com/package/npm/bootstrap-select)):
```html
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/css/bootstrap-select.min.css">
<!-- Latest compiled and minified JavaScript -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/js/bootstrap-select.min.js"></script>
<!-- (Optional) Latest compiled and minified JavaScript translation files -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap-select@1.13.9/dist/js/i18n/defaults-*.min.js"></script>
```
> The CDN is updated after the release is made public, which means that there is a delay between the publishing of a release and its availability on the CDN.
## Usage
> Bootstrap 4 only works with bootstrap-select v1.13.0+. By default, bootstrap-select automatically detects the version of Bootstrap being used. However, there are some instances where the version detection won't work. See the [documentation](https://developer.snapappointments.com/bootstrap-select/options/#bootstrap-version) for more information.
### Via `selectpicker` class
Add the `selectpicker` class to your select elements to auto-initialize bootstrap-select.
```html
<select class="selectpicker">
<option>Mustard</option>
<option>Ketchup</option>
<option>Barbecue</option>
</select>
```
### Via JavaScript
```js
// To style only selects with the my-select class
$('.my-select').selectpicker();
```
or
```js
// To style all selects
$('select').selectpicker();
```
If calling bootstrap-select via JavaScript, you will need to wrap your code in a [`.ready()`](https://api.jquery.com/ready/) block or place it at the bottom of the page (after the last instance of bootstrap-select).
```js
$(function () {
$('select').selectpicker();
});
```
Check out the [documentation](https://developer.snapappointments.com/bootstrap-select) for further information.
## Bugs and feature requests
Anyone and everyone is welcome to contribute. **Please take a moment to
review the [guidelines for contributing](CONTRIBUTING.md)**. Make sure you're using the latest version of bootstrap-select before submitting an issue.
* [Bug reports](CONTRIBUTING.md#bug-reports)
* [Feature requests](CONTRIBUTING.md#feature-requests)
## Documentation
Bootstrap-select's documentation, included in this repo in the root directory, is built with MkDocs and hosted at https://developer.snapappointments.com/bootstrap-select. The documentation may also be [run locally](CONTRIBUTING.md#running-documentation-locally).
## Copyright and license
Copyright (C) 2012-2018 [SnapAppointments, LLC](https://snapappointments.com)
Licensed under [the MIT license](LICENSE).
没有合适的资源?快使用搜索试试~ 我知道了~
基于Springboot核酸检查统计系统yq.zip
共1681个文件
js:818个
map:172个
gif:150个
1.该资源内容由用户上传,如若侵权请联系客服进行举报
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
2.虚拟产品一经售出概不退款(资源遇到问题,请及时私信上传者)
版权申诉
0 下载量 162 浏览量
2024-05-24
23:36:54
上传
评论
收藏 17.34MB ZIP 举报
温馨提示
该项目利用了基于springboot + vue + mysql的开发模式框架实现的课设系统,包括了项目的源码资源、sql文件、相关指引文档等等。 【项目资源】:包含前端、后端、移动开发、操作系统、人工智能、物联网、信息化管理、数据库、硬件开发、大数据、课程资源、音视频、网站开发等各种技术项目的源码。包括STM32、ESP8266、PHP、QT、Linux、iOS、C++、Java、python、web、C#、EDA、proteus、RTOS等项目的源码。 【技术】 Java、Python、Node.js、Spring Boot、Django、Express、MySQL、PostgreSQL、MongoDB、React、Angular、Vue、Bootstrap、Material-UI、Redis、Docker、Kubernetes
资源推荐
资源详情
资源评论
收起资源包目录
基于Springboot核酸检查统计系统yq.zip (1681个子文件)
DateUtil.class 24KB
MigrantController.class 13KB
TestRecordController.class 12KB
ResidentController.class 11KB
SystemController.class 11KB
IndexController.class 10KB
CodeMsg.class 9KB
StringUtil.class 8KB
MigrantService.class 8KB
ResidentService.class 8KB
CpachaUtil.class 7KB
StatisticsController.class 7KB
TestRecordService.class 6KB
RoleController.class 6KB
UserController.class 6KB
Migrant.class 6KB
TestRecord.class 6KB
UploadController.class 6KB
MenuController.class 6KB
CommunityController.class 5KB
OperaterLogService.class 5KB
CommunityService.class 5KB
UserService.class 5KB
Resident.class 4KB
LoginInterceptor.class 4KB
RoleService.class 4KB
HttpUtil.class 4KB
Menu.class 3KB
DESUtil.class 3KB
ResidentService$1.class 3KB
MigrantService$1.class 3KB
MigrantService$2.class 3KB
TestRecordService$2.class 3KB
MenuUtil.class 3KB
AuthorityInterceptor.class 3KB
User.class 3KB
TestRecordService$1.class 3KB
PageBean.class 3KB
ExportExcelUtil.class 3KB
ResidentService$2.class 3KB
CpachaController.class 3KB
ValidateEntityUtil.class 3KB
MigrantDao.class 3KB
Role.class 3KB
Community.class 3KB
Result.class 2KB
PhotoController.class 2KB
Sex.class 2KB
ResidentDao.class 2KB
OrderAuth.class 2KB
SessionUtil.class 2KB
Type.class 2KB
UserStatus.class 2KB
UserType.class 2KB
WebConfig.class 2KB
TestRecordInfo.class 2KB
OrderAuthService.class 2KB
BaseEntity.class 2KB
AppConfig.class 2KB
TestRecordDao.class 2KB
EmptyUtil.class 1KB
MenuService.class 1KB
SessionListener.class 1KB
IsDel.class 1KB
OperaterLog.class 1KB
UserDao.class 1KB
RuntimeConstant.class 1KB
SiteConfig.class 1KB
OperaterLogDao.class 1KB
CommunityDao.class 984B
ValidateEntity.class 916B
App.class 834B
MenuDao.class 745B
RoleDao.class 745B
SessionConstant.class 525B
AppTest.class 477B
OrderAuthDao.class 432B
bootstrap.min.css 106KB
bootstrap.min.css 106KB
style.min.css 105KB
style.min.css 105KB
materialdesignicons.min.css 85KB
materialdesignicons.min.css 85KB
animate.css 71KB
animate.css 71KB
layui.css 68KB
layui.css 68KB
bootstrap-datepicker3.css 22KB
bootstrap-datepicker3.css 22KB
jquery-confirm.min.css 22KB
jquery-confirm.min.css 22KB
bootstrap-datepicker3.min.css 21KB
bootstrap-datepicker3.min.css 21KB
select2.css 17KB
select2.css 17KB
select2.min.css 17KB
select2.min.css 17KB
select2-bootstrap.css 16KB
select2-bootstrap.css 16KB
layer.css 14KB
共 1681 条
- 1
- 2
- 3
- 4
- 5
- 6
- 17
资源评论
枫蜜柚子茶
- 粉丝: 8980
- 资源: 5351
上传资源 快速赚钱
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
资源上传下载、课程学习等过程中有任何疑问或建议,欢迎提出宝贵意见哦~我们会及时处理!
点击此处反馈
安全验证
文档复制为VIP权益,开通VIP直接复制
信息提交成功