我在我的应用程序中使用了一个引导模式弹出。下面是我遇到的问题,并且一直未能找到解决办法。
假设我有一个如下所示的单击事件侦听器:
jQuery("#show-invoice").click(function(){
jQuery('#invoice-details').modal('show');
...a call to an api to retrieve invoice details...
...it takes about 2-3 seconds to retrieve...
});
问题是当我
我有一个ASP.NET 3.5网站项目。其中有一个页面(A);在这个页面中有一个加载另一个页面(B)的<iframe>。在B中,通过以下功能启动了一个模态对话框:
function ShowDialogLookup(anchorDiv) {
// anchorDiv is div element with some data properties
var result = window.showModalDialog($(anchorDiv).data('popup-url'), window, "dialogHeight: 300px; d