Bootstrap Select
The jQuery plugin that brings select elements into your website with intuitive multiselection, searching, and much more.
Bootstrap-select documentationHow to use?
Add the following library Bootstrap-select stylesheet and script in your page.
Copy-paste the stylesheet <link>
into your <head>
to load the CSS.
Copy-paste the following <script>
near the end of your pages under JS Implementing Plugins to enable it.
Copy-paste the following <script>
near the end of your pages under JS Front to enable it.
Copy-paste the init function under JS Plugins Init., before the closing </body>
tag, to enable it.
Extend
By assigning a variable, you can call the standard methods of the plugin:
Plugin methods are called using a wrapper:
Methods
Options can be passed via data attributes or JavaScript. For data attributes, append the option name to data-hs-selectpicker-options='{}'
. For more detailed or missing attributes/functions, see the official Bootstrap-select documentation page.
Parameters | Description | Default value |
---|---|---|
|
Chart ID in the foreground, this chart will change the width depending on the position of the sliders | null |