为什么第一次单击后JQuery对话框会移动?

时间:2017-02-11 04:02:28

标签: jquery dialog popup

我终于找到了我想要它的对话框,它在第一次点击时正确打开但是如果你点击另一个节点它会移动到另一个位置。

Here is the JSFiddle

function click(link) {

        $("#dialog").html('<iframe src="http://www.'+link+'.com" style="height: 100vh"></iframe>').dialog({
     autoOpen: false,
     modal: true,

     position: { my: "right", at: "top", of: $("#Box3") },
  });

  $("#dialog").dialog('open');

 }

1 个答案:

答案 0 :(得分:0)

使用

.ui-dialog{position:fixed;}
  

供进一步参考:jquery/dialog