How to remove the round edges (border-radius) from the particular element or from div tag that is using jQuery Mobile?
Talking about buttons, you can apply following option to a button.
data-corners="false"
A code goes like this:
<a href="#" data-role="button" data-corners="false">push me</a>
The document is here: http://jquerymobile.com/demos/1.2.0/docs/buttons/buttons-options.html
Thanks.
1.4m articles
1.4m replys
5 comments
57.0k users