Html5 Button
Set the disabled property of the jqxButton
by jqwidgets
HTML
<script src="https://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<div>
<input type="button" value="Click me" id='jqxButton' />
</div>
JavaScript
$('#jqxButton').jqxButton({
disabled: true
});