Html Button
Set the rtl property of the jqxButton.
by jqwidgets
HTML
<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">
<script src="https://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<div>
<input type="button" value="Click me" id='jqxButton' />
</div>
JavaScript
$('#jqxButton').jqxButton({
rtl: true,
theme: 'energyblue'
});