Knockout Bootstrap
Twitter Bootstrap has several beautiful jQuery-dependent widgets that can be used from JavaScript or in some cases, with their data-*
attributes. If you are using Knockout, though, some work needs to be done in order to get it to work with observables and to initialize it from binding handlers. Knockout Bootstrap is a popular plugin that addresses this. Unfortunately, at the time of writing this, it hasn't been updated to work with Bootstrap 3 and therefore, some of its features do not work. When working with Knockout 3 and Bootstrap 3, the ToolTip, Popover, and Alerts bindings work correctly, but the Progress Bar and Typeahead bindings do not work.
Like Knockout Kendo, if you have used the Bootstrap widgets, the bindings in Knockout Bootstrap should be immediately familiar. The bindings are named after their widgets and take an object with the same properties the jQuery plugin initializers take. When sensible, the properties can be bound against:
//Tooltip <p>This...