今天我把项目的jq从1.多更新到了3.3,发现了一个问题,jq使用dialog弹出页面,跑到了遮照层的下面。。。
我的代码是这个样子的
$(this).dialog({
resizable: false,
width: width,
height: height,
modal: true,
title: title,
hide: "fade",
buttons: {
"Modify": onModify,
Cancel: function () {
$(this).dialog("close");
}
}
});
请问是哪里有些什么不兼容吗?
跪求大神,怎么才能让它位于最上层呢?
相关问题
- Android: Progress Dialog change ProgressDialog.set
- Webview with facebook login flickering in Dialog
- Creating TimePickerDialog with custom style in And
- Is possible to have more granular control over jQu
- android: Dialog, cancel button
相关文章
- Checking & Unchecking Checkboxes inside a JQuery M
- How to show appropriate icon on dialog box
- What are event and UI parameters in Dialog
- Open file from windows file dialog with python aut
- Android - getting an error “no application can per
- Android 4.1.2 dialogs are called twice
- Fix display garbage left by WPF dialog window?
- Migrating the code from Bot Framework V3 to V4
给dialog设置一个较大的z-index试试