I would like to find a easy way to specify a custom radius for a button. I know which CSS selectors I should modify to achieve that, but I realized that it will be easier to simply override the default behavior.
Currently we can have a button with the default rounded corners, or no-corners by specifying data-corners="false". What I would like to do is to specify data-corners="3px", or data-corners="3px,0px,0px,3px", or other combinations.
Does anybody know what is the recommended approach (cleanest way) to override the way JQM parses the data-* attributes?
Thanks in advance,
--appcropolis