PATH:
home
/
centosnipponia
/
public_html
/
ticketing.nipponia.com
/
osta
/
js
/
colorpicker
# Bootstrap Colorpicker 3 [Bootstrap Colorpicker](https://github.com/farbelous/bootstrap-colorpicker/) is a simple and customizable colorpicker component for jQuery, compatible with Twitter Bootstrap. [](https://travis-ci.org/farbelous/bootstrap-colorpicker) ## Install You can get the code in many different ways, depending on your needs: - Download the [latest master ZIP file](https://github.com/farbelous/bootstrap-colorpicker/archive/master.zip) - Clone using Git: `git clone https://github.com/farbelous/bootstrap-colorpicker.git` - Install using NPM: `npm install bootstrap-colorpicker` - Install using Yarn: `yarn add bootstrap-colorpicker` - Install using Composer: `composer require itsjavi/bootstrap-colorpicker` To start using the component, most of the time you will only need the files under the `dist` folder. Example: ```html <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <link href="dist/css/bootstrap-colorpicker.css" rel="stylesheet"> </head> <body> <div class="container"> <input id="mycp" type="text" class="form-control" /> </div> <script src="//code.jquery.com/jquery-3.2.1.js"></script> <script> $(function () { $('#mycp').colorpicker(); }); </script> </body> ``` ## Requirements Note that this library depends on `jQuery >= 2.1.0`. The `Twitter Bootstrap` dependency is totally optional, since this library does not depend directly on it in order to work, but only whenever Bootstrap-related classes like `form-control` and `input-group-addon` are used like in the examples, which will indeed need the Bootstrap CSS loaded to be displayed correctly. ## Documentation The documentation of this project is powered by JSDoc and the Minami template together with Handlebars for the examples. * [Documentation](https://farbelous.github.io/bootstrap-colorpicker/) * [Examples](https://farbelous.github.io/bootstrap-colorpicker/tutorial-Basics.html) ## Contributing Please see [CONTRIBUTING](https://github.com/farbelous/bootstrap-colorpicker/blob/master/.github/CONTRIBUTING.md) for details. * [Current Issues](https://github.com/farbelous/bootstrap-colorpicker/issues) * [Current Pull Requests](https://github.com/farbelous/bootstrap-colorpicker/pulls) * [Roadmap](https://github.com/farbelous/bootstrap-colorpicker/milestones) ## Credits Originally written by Stefan Petre. Continued and maintained by [Javi Aguilar](https://itsjavi.com) and other [project contributors](https://github.com/farbelous/bootstrap-colorpicker/graphs/contributors). ## License The MIT License (MIT). Please see [License File](https://github.com/farbelous/bootstrap-colorpicker/blob/master/LICENSE) for more information.
[+]
..
[-] package.json
[edit]
[-] .eslintrc
[edit]
[+]
tests
[+]
src
[-] webpack.config.js
[edit]
[+]
dist
[-] README.md
[edit]
[-] composer.json
[edit]
[-] .travis.yml
[edit]
[-] gulpfile.js
[edit]
[-] .editorconfig
[edit]
[-] .jsdoc.json
[edit]
[-] LICENSE
[edit]
[-] .npmignore
[edit]
[-] .babelrc
[edit]
[-] .gitignore
[edit]
[-] yarn.lock
[edit]
[-] .htaccess.disabled
[edit]