1 | # Multiple Select
|
2 |
|
3 | [![Build Status](https://travis-ci.org/wenzhixin/multiple-select.svg)](https://travis-ci.org/wenzhixin/multiple-select)
|
4 | [![GitHub version](https://badge.fury.io/gh/wenzhixin%2Fmultiple-select.svg)](http://badge.fury.io/gh/wenzhixin%2Fmultiple-select)
|
5 | [![Donate](https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif)](https://www.paypal.com/paypalme/wenzhixin)
|
6 | [![Package Quality](https://npm.packagequality.com/shield/multiple-select.svg)](https://packagequality.com/#?package=multiple-select)
|
7 |
|
8 | Multiple select is a jQuery plugin to select multiple elements with checkboxes :).
|
9 |
|
10 | To get started checkout examples and documentation at <http://multiple-select.wenzhixin.net.cn>.
|
11 |
|
12 | ## Examples
|
13 |
|
14 | * http://multiple-select.wenzhixin.net.cn/examples
|
15 | * http://multiple-select.wenzhixin.net.cn/vue-examples
|
16 | * http://multiple-select-live.wenzhixin.net.cn/
|
17 |
|
18 | ## Changelog
|
19 |
|
20 | [CHANGELOG](https://github.com/wenzhixin/multiple-select/blob/master/CHANGELOG.md)
|
21 |
|
22 | ## LICENSE
|
23 |
|
24 | [The MIT License](https://github.com/wenzhixin/multiple-select/blob/master/LICENSE)
|