You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+21Lines changed: 21 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,27 @@
2
2
3
3
We had need of a combobox at work and after looking around at the available options I was not happy with any of them. The project had all it's styling based on Twitter's Bootstrap, so building on that made sense.
4
4
5
+
## How to install it
6
+
7
+
You can install this plugin one of two ways.
8
+
9
+
#### 1. Manual download
10
+
11
+
Previously, this was the only way to install the plugin. You will need two files included in your HTML in order for this to work:
12
+
13
+
1. js/bootstrap-combobox.js
14
+
2. css/bootstrap-combobox.css
15
+
16
+
#### 2. Bower install
17
+
18
+
This plugin is now in bower! If you've already installed bower on your machine, simply use the command:
19
+
20
+
```
21
+
bower install bootstrap-combobox
22
+
```
23
+
24
+
This will install the plugin to your bower_components folder. For more information please see http://bower.io/
25
+
5
26
## How to use it
6
27
7
28
The dependencies are the Bootstrap stylesheet(CSS or LESS). Include it and then the stylesheet(CSS or LESS) and javascript.
0 commit comments