I am using JQMobile 1.4.5 and datebox 4.1.1. I have a custom theme. Latest as of this message.
My code does work to display a calbox or timeflipbox, the problem is, datebox uses (inherits?) the theme of the underlying JQMobile. I want it to use the standard look of a jtsage databox widget. However, the class ui-btn (and others) is applied and the buttons appear too large and colored as if part of the themed site.
I have searched around and seen mention of a JQuery Mobile attribute:
data-enhance="false"
as described, it is supposed to suppress any enhancement. However, I have observed that it does nothing.
How do I instruct datebox not to allow JQM classes from being applied to the output?