jQuery Button

Set the image properties of the jqxButton.

by musicreader

HTML

<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.base.css">
<link rel="stylesheet" href="http://jqwidgets.com/public/jqwidgets/styles/jqx.energyblue.css">
<script src="http://jqwidgets.com/public/jqwidgets/jqx-all.js"></script>
<button style="padding:4px 16px;" id="b1" title="title working">
Button with title tooltip</button>
                
<br/>
                
<button style="padding:4px 16px;" id="b1" title="title working">JqxButton with title tooltip</button>

<div id='bg'>
            <button style="padding:4px 16px;" id="b2" title="left"> jqxButtonGroup - no Title tooltio</button>
</div>

JavaScript

$("#bg").jqxButtonGroup({ mode: 'radio', enableHover: true});
$("#b1").jqxButton({});