mdui supports IE11 and above, and is compatible with the latest versions of all major browsers.
Latest two versions
In 1.0.0, the width and height are independent of the box-sizing property. This change ensures consistency with jQuery.
<button class="mdui-btn mdui-ripple">button</button>
<button class="mdui-btn mdui-ripple mdui-color-blue">button</button>.offset(), .position() changes
<div class="mdui-ripple">
<img class="mdui-img-fluid" data-src="holder.js/100px250"/>
</div>In 0.4.3, the return value format was { top: number, left: number, width: number, height: number }.
In 1.0.0, the return value format was changed to { top: number, left: number }. This change ensures consistency with jQuery.
<button class="mdui-btn mdui-ripple mdui-ripple-black mdui-color-yellow">black</button>
<button class="mdui-btn mdui-ripple mdui-ripple-white mdui-color-blue">white</button>
<button class="mdui-btn mdui-ripple mdui-ripple-red">red</button>
<button class="mdui-btn mdui-ripple mdui-ripple-blue">blue</button>