https://github.com/zweifisch/knockout-select2
select2 handler for knockoutjs
https://github.com/zweifisch/knockout-select2
Last synced: 2 months ago
JSON representation
select2 handler for knockoutjs
- Host: GitHub
- URL: https://github.com/zweifisch/knockout-select2
- Owner: zweifisch
- Created: 2014-01-24T08:18:22.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-01-24T08:49:54.000Z (over 12 years ago)
- Last Synced: 2025-02-28T06:52:37.022Z (over 1 year ago)
- Language: CoffeeScript
- Size: 203 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# knockout-select2
select2 handler for knockoutjs
```javascript
var model = {
db: ko.observable('Neo4j'),
dbs: ["Redis", "Datomic", "Neo4j", "MongoDB", "CouchDB"]
};
ko.applyBindings(model);
```
*put select2 after value and options*
```html
```
see it in [action](http://zweifisch.github.io/knockout-select2/)