JQueryUI Template

by Patrick1701

HTML

<script src="https://code.jquery.com/jquery-2.2.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/ui/1.12.0/themes/smoothness/jquery-ui.css">
<button id="myButton"></button>

JavaScript

$('#myButton').button({ showLabel: false, icon: "ui-icon-gear" });