A simple style and powerful selection jQuery plugin,
including ajax remote data, autocomplete, pagination, tags, i18n and keyboard navigation features
## Demos and Documents
Explorer on
- [English site](https://TerryZ.github.io/selectpage)(translation unfinished)
- [国内站点](https://terryz.gitee.io/selectpage)
[简体中文文档](README-CN.md)
[](https://app.fossa.io/projects/git%2Bgithub.com%2FTerryZ%2FSelectPage?ref=badge_large)
The Vuejs version: [v-selectpage](https://github.com/TerryZ/v-selectpage)
## Features
- a jQuery(1.x) plugin
- highly customized
- compatible with no UI framework of the program, but it is recommended to use at least normalize.css
- quick search item by input autocomplete
- use keybord to quick navigate
- multiple select by tag form
- screen edges handle
- custom content render
- i18n supports, provide 6 languages
- server side data supports
## Plugin Preview
*Multiple Selection with Tags form*

*Regular select mode ( single selection )*

*List only ( pagination bar close, disable typing to quick search, select only )*

**If you think this project is helpful, please star it.**
## Stargazers over time
[](https://starcharts.herokuapp.com/TerryZ/SelectPage)
## Install
Download SelectPage plugin zip file by last release, or [click me](https://github.com/TerryZ/SelectPage/archive/master.zip) to download SelectPage
or use **NPM**
```
npm install selectpage
```
## Usage
As you can see in the [Demo Page](https://terryz.github.io/selectpage/demo.html), you will need to include:
- [jQuery library](http://jquery.com) (1.10.2+), untest on jquery2.x & 3.x
- The JavaScript file `selectpage.js` (or its minified version `selectpage.min.js`)
- The css file `selectpage.css`
**Including files**
```html