SelectPage



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) [![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2FTerryZ%2FSelectPage.svg?type=large)](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* ![SelectPage1](https://terryz.github.io/image/SelectPage1.png) *Regular select mode ( single selection )* ![SelectPage](https://terryz.github.io/image/SelectPage.png) *List only ( pagination bar close, disable typing to quick search, select only )* ![SelectPageList](https://terryz.github.io/image/SelectPageList.png) **If you think this project is helpful, please star it.**

## Stargazers over time [![Stargazers over time](https://starcharts.herokuapp.com/TerryZ/SelectPage.svg)](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