I have a question about the loading message on jQuery Mobile.
By default, the loading message theme is a, according to jQuery Mobile code:
<div class="ui-loader ui-body-a ui-corner-all" style="top: 204.5px; ">...</div>
I would like to know how I can change the default theme of this div, I can’t figure it out.
Thanks in advance.
It looks the loading message isn’t themable.
When you look in the source code you will see:
This means that it picks always
ui-body-aProbably the safest way is to override
div.ui-loader.ui-body-a, see http://jsfiddle.net/N7Z9e/95/