How can I select a jQuery Mobile enhanced button via CSS for styling?
Hello,
I'm using jQuery Mobile 1.3.0 RC1 (haven't upgraded to final yet).
When I create a button using the button tag, jQuery Mobile wraps the actual button tag in a div that uses a bunch of classes like ui-btn, etc.
That's all well and good, but since the actual button I created is wrapped, how can I use CSS to hide the button? The button tag has an ID, but I can't reference that ID in CSS because it's the wrapping div that needs to actually be hidden.
How can I do that? I tried adding a CSS class to the button tag, hoping jQuery Mobile would apply that class to the wrapping div, but it does not do so.
Thank you!!