Knockout-jQueryUI

Fork me on GitHub

Overview

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.

Highlights

  • 9kb/3kb minified/compressed
  • Fast.
  • Proper disposal.
  • Synchronous operation.

Installation

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>
            

Or load it with a module loader.

Dependencies

  • jQuery UI 1.8.x - 1.11.x
  • Knockout 2.2+