JSFiddle - React, Tailwind, and code Playground

by Daniel DeGroff

HTML

<link href="http://code.jquery.com/ui/jquery-ui-git.css" rel="stylesheet">
<script src="http://code.jquery.com/jquery-git.js"></script>
<script src="http://code.jquery.com/ui/jquery-ui-git.js"></script>

<script src="https://rawgithub.com/robotdan/jquery-ui/bug_9602/ui/jquery.ui.button.js"></script>    

<label for="foo">foo</label>
<input type="checkbox" id="foo" checked>

JavaScript

$( "input" ).button().button( "disable" );