Skip to content

Instantly share code, notes, and snippets.

View ZiglioUK's full-sized avatar

Emanuele Ziglioli ZiglioUK

View GitHub Profile
@ZiglioUK
ZiglioUK / knockout-jquery-ui-widget.js
Created June 13, 2012 01:37 — forked from medmunds/knockout-jquery-ui-widget.js
Knockout binding for jQuery.ui.widget
// knockout-jquery-ui-widget.js
// Copyright (c) 2011, Planapple, Inc.
// License: MIT (http://www.opensource.org/licenses/mit-license.php)
//
// Knockout binding for jQuery UI widgets
//
// Examples:
// <input type="submit" value="OK" data-bind='jqueryui: "button"' />
//
// Attaches a jQuery UI button widget to this button, with default options.