我是 jQuery 使用 Div 作为对话框,但在调用对话框之前,Div 显示在我的屏幕底部。
我怎样才能隐藏这个div?
<div id = "PrintDialog" title="Warning">
<p>Once you print, no changes may be made to this contract. Are you sure you want to print?</p>
<input type="button" value="Print" id="btnDialogPrint" />
<input type="button" value="Cancel" id="btnDialogCancel" />
</div>
我想仍然使用 Div,只是不显示它,除非它是对话框。
提前致谢。