Skip to content

Instantly share code, notes, and snippets.

View vanderlee's full-sized avatar

Martijn van der Lee vanderlee

View GitHub Profile
@vanderlee
vanderlee / knockout-jquery-ui-widget.js
Last active August 29, 2015 14:13 — forked from medmunds/knockout-jquery-ui-widget.js
Renamed 'jqueryui' to 'jquery', as it also works for pretty much every jquery plug-in, not just jquery-ui ones.
// knockout-jquery-widget.js
// Copyright (c) 2011, Planapple, Inc.
// License: MIT (http://www.opensource.org/licenses/mit-license.php)
//
// Knockout binding for jQuery widgets
//
// Examples:
// <input type="submit" value="OK" data-bind='jquery: "button"' />
//
// Attaches a jQuery UI button widget to this button, with default options.