An open API service indexing awesome lists of open source software.

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

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/)