對話框本身只佔用了頁面的大約10%,我想刪除對話框的頁面背景或將對話框的頁面背景變爲透明,以便前一頁仍然可見。如何刪除Jquery Mobile對話框的頁面背景?
這是調用對話框中的JS:
$.mobile.changePage('#popdiv',{transition:'slide', role:'dialog'});
,這是我嘗試使用自定義的CSS的股利
<div data-role="page" id="popdiv" data-role="page" data-theme="e">
<div data-role="content">
<h1>Congrats!</h1>
</div>
</div>
,但它似乎並沒有改變任何東西
div#popdiv {
background: none; // i also used background-image and color and set it to none
}
這就是我如何宣佈css和js
<custom css>
<jquery mobile css>
<jquery min.js>
<phonegap.js>
<custom.js>
<jquerymobile.js>
請幫忙。非常感謝。
消除其他元素。 –
使對話框不是模態的,但好主意! – Olivier