GithubHelp home page GithubHelp logo

nvdnkpr / selectize.js Goto Github PK

View Code? Open in Web Editor NEW

This project forked from selectize/selectize.js

0.0 2.0 0.0 440 KB

A custom <select> UI control with autocomplete; useful for tagging, contact lists, etc (jQuery-based).

Home Page: http://brianreavis.github.io/selectize.js/

selectize.js's Introduction

selectize.js

Selectize is a jQuery-based custom <select> UI control. It's useful for tagging, contact lists, country selectors, and so on. It clocks in at around ~7kb (gzipped). The goal is to provide a solid & usable user-experience with a clean and powerful API.

Features

  • Smart Option Ranking
    As the user types, options are efficiently scored and sorted on-the-fly.
  • Multi-property searching
    Want to search an item's title and description? No problem.
  • Caret between items
    Order matters sometimes. Use the [left] and [right] arrow keys to move between selected items.
  • Select & delete multiple items at once
    Hold down [option] on Mac or [ctrl] on Windows to select more than one item to delete.
  • Díåcritîçs supported
    Great for international environments.
  • Item creation
    Allow users to create items on the fly (async saving is supported; the control locks until the callback is fired).
  • Remote data loading
    For when you have thousands of options and want them provided by the server as the user types.
  • Clean API & code
    Interface with it and make modifications easily. Pull requests welcome!
  • Touch Support
    Plays nice with iOS 5+ devices.

Usage

If using Bower, run bower install selectize. Otherwise, grab "selectize.min.js" (or "selectize.js" if in a development environment) and "selectize.css" and include them in your project.

$('select').selectize(options);

The available options are documented here.

IE8 Support

To support Internet Explorer 8, es5-shim must be added your page.

Contributing

To test, build your copy with make then try out the bundled examples.

Please exclude "selectize.js" and "selectize.min.js" in the project root when issuing a pull request.

License

Copyright © 2013 Brian Reavis, & Contributors

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at: http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

selectize.js's People

Contributors

brianreavis avatar ankit avatar sjhewitt avatar

Watchers

Navid Nikpour avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.