jQuery Button

Set the "template" property of the jQWidgets Button.

by jqwidgets

HTML

<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<script src="https://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<link rel="stylesheet" href="https://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<button id="Button">Click me</button>

JavaScript

$("#Button").jqxButton({
        template: 'success',
        width: 150,
        height: 35     
    });