I have a button, by default it adds the class ui-btn-corner-all. How can I tell it not to use that, as I just want square edges or force another style on there I’ve created?
<div data-role="content" data-theme="home">
<a href="index.html" data-role="button" data-icon="arrow-r">Content</a>
</div>
Live Example:
HTML:
JS: