Is there a way to override jQuerymobile's formatting and classes when styling an element? I want to apply my own custom style.
I attempted using
$.mobile.ignoreContentEnabled = true;
in the pageInit function, followed by adding data-role="none"
to the element. However, this method was unsuccessful in eliminating the default formatting. I discovered this suggested solution on Stackoverflow.