我$.mobile.loading
在以下函数中使用 jQuery 的函数:
function showLoading(msg) {
setTimeout(function(){
$.mobile.loading( 'show', {
text: msg,
textVisible: true,
theme: 'b',
html: ""
});
}, 1);
有时加载器在后台,因为 div 在它上面。我怎样才能将它设置z-index
得非常高,或者做其他事情来确保它总是在一切之上?