The jquery mobile function is indeed convenient, but what if the default style is too ugly? Pray for the great god

using data-role= "none" can not solve the dynamically created class, such as the blue background of the button when the navigation bar is clicked, how to change it if you think it"s too ugly?


Change it if you think it's too ugly, open the developer's tool to see which style is in effect, and write a high-priority inline style to overwrite it.

in addition, what jQmob provides is just a package of jQ+ class library + UI library. In fact, you can find a similar substitute on your own, and it will be lighter, so you can consider replacing it when you feel that several places are not going well. I didn't use it because UI was so ugly. )

Menu