File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -34,9 +34,17 @@ Selectize is an extensible [jQuery](http://jquery.com/)-based custom <select&
34
34
- [ sifter] ( https://github.com/brianreavis/sifter.js ) (bundled in [ "standalone" build] ( dist/js/standalone ) )
35
35
- [ microplugin] ( https://github.com/brianreavis/microplugin.js ) (bundled in [ "standalone" build] ( dist/js/standalone ) )
36
36
37
- ### Files
37
+ ### Installation and files
38
38
39
- All pre-built files needed to use Selectize can be found in the [ "dist"] ( dist/ ) folder.
39
+ All pre-built files needed to use Selectize can be found in the
40
+ [ "dist"] ( dist/ ) folder.
41
+
42
+ If you're looking to get started with minimal fuss, include
43
+ ` standalone/selectize.min.js ` (bundles Sifter and Microplugin
44
+ dependencies – also available un-minifed for debugging, just remove the
45
+ ` .min ` part) and ` css/selectize.default.css ` .
46
+
47
+ Selectize is available at [ cdnjs] ( https://cdnjs.com/libraries/selectize.js ) .
40
48
41
49
- [ ** js/** ] ( dist/js )
42
50
- [**standalone/**](dist/js/standalone)
You can’t perform that action at this time.
0 commit comments