jquery-ui-5758
by bchiasson
HTML
<link rel="stylesheet" href="http://code.jquery.com/ui/1.9.0/themes/base/jquery-ui.css">
<script src="http://code.jquery.com/ui/1.9.0/jquery-ui.js"></script>
<button id="myButton">
<span class="ui-button-text">Save</span>
</button>
JavaScript
$(function(){
$('#myButton').button();
});