Skip to content

Commit

Permalink
0.1.1
Browse files Browse the repository at this point in the history
updated options.
  • Loading branch information
fatbattk committed Jan 2, 2015
1 parent 9c74799 commit 584a041
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Handles `<optgroup>`, disabled `<option>`, multiple `<select>`, blank/ default v
1. Include CSS + jquery + javascript files.
```html
<link rel="stylesheet" href="jquery.fbs.min.css">
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>
<script src="jquery.fbs.min.js"></script>
```
2. Start fbSelect.
Expand All @@ -24,8 +24,8 @@ $('select').fbSelect();

## Options

* **spanClass** (*default: 'fbs'*) - CSS class name of created `<span>` that *replaces* `<select>`.
* **spanClasses** (*default: ['fbs1','fbs2','fbs3']*) - array of CSS class names to be toggled between each click on `<span>`.
* **bClass** (*default: 'fbs'*) - CSS class name of created `<button>` that *replaces* `<select>`.
* **bClasses** (*default: ['fbs1','fbs2','fbs3']*) - array of CSS class names to be toggled between each click on `<button>`.
* **skipNoValue** (*default: false*) - set true to skip `<option>` with none/ blank values. `(e.g.- <option></option>)`.

## Requires
Expand Down

0 comments on commit 584a041

Please sign in to comment.