├── .gitignore ├── README.md ├── index.html ├── jQuery.select2Buttons.js ├── select2Buttons.css └── style.css /.gitignore: -------------------------------------------------------------------------------- 1 | *.swp -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o-sam-o/jquery.select2Buttons/HEAD/README.md -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o-sam-o/jquery.select2Buttons/HEAD/index.html -------------------------------------------------------------------------------- /jQuery.select2Buttons.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o-sam-o/jquery.select2Buttons/HEAD/jQuery.select2Buttons.js -------------------------------------------------------------------------------- /select2Buttons.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o-sam-o/jquery.select2Buttons/HEAD/select2Buttons.css -------------------------------------------------------------------------------- /style.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/o-sam-o/jquery.select2Buttons/HEAD/style.css --------------------------------------------------------------------------------