Skip to content

BrandonLWhite/knockout-jqueryui

 
 

Repository files navigation

Build Status Selenium Test Status

Knockout bindings for the jQuery UI widgets.

Documentation

http://gvas.github.com/knockout-jqueryui/

Build

git clone git://github.com/gvas/knockout-jqueryui.git knockout-jqueryui
cd knockout-jqueryui
npm install -g grunt-cli
npm install
grunt

Tests

grunt dev

will spin up a web server on port 9999. After that you can run the tests in your browser of choice at

http://localhost:9999/SpecRunner.html

Optionally specify the versions of the jQuery, jQuery UI and Knockout libraries to run the tests against by passing the version numbers as query parameters:

http://localhost:9999/SpecRunner.html?jquery=1.10.2&jqueryui=1.9.2&knockout=2.3.0

Note that jQuery UI 1.8 is only compatible with jQuery <= 1.8

About

Knockout bindings for the jQuery UI widgets.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 96.4%
  • CSS 3.6%