Knockout-jQueryUI is a collection of Knockout bindings for jQuery UI widgets. Examples are on the bindings' API page. Source is on Github. This project was inspired by Ryan Niemeyer's Knockout-Kendo.js
Download v2.2.2 Download v2.2.2 AMD or one of the previous releases.Include the script after jQuery, jQuery UI and Knockout:
<script src="js/lib/jquery-1.9.0.min.js"></script>
<script src="js/lib/jquery-ui.min.js"></script>
<script src="js/lib/knockout-2.2.1.js"></script>
<script src="js/lib/knockout-jqueryui.js"></script>