Create beautiful, functional and extensive (multi) select fields, written in Vanilla JavaScript without any dependencies!
npm install tail.select.js fields with style and without jQuery!
fields... again! Add a search bar, multi-selection utilities (such as select all or none buttons), a perfect design and many more user-friendly functions to your web application.
1.x branch. This branch is actively maintained.
0.5.23 is the last one in the 0.5.x branch. The next version is 1.x and contains breaking changes. If you have an older implementation, and you use custom code, please stick to the 0.5.x branch. This branch is no longer maintained, but it's stable.
You really like my tail.select script and want to support me and all of my projects?
Then I would be extremely grateful for a coffee! (Thanks to all Supporters)
markup
npm install tail.select.js --save
`
`markup
yarn add tail.select.js --save
`
`markup
bower install tail.select.js --save
`
$3
You can also use the awesome CDN services from jsDelivr or UNPKG.
`markup
https://www.npmjs.com/package/tail.select.js
`
`markup
https://cdn.jsdelivr.net/npm/tail.select.js@1.1.0/js/tail.select.min.js
`
`markup
https://unpkg.com/browse/tail.select.js@1.1.0/
``