提交表单后调整fancybox大小

时间:2014-03-13 18:23:52

标签: javascript jquery fancybox

我有以下问题。我有一个在fancybox中打开的表单。单击提交后,我将我的PHP重定向到新的html“消息已成功发送”。但是,窗口大小很大,在提交表单后不会应用调整大小。我想知道,如何在提交表单后在fancybox窗口中调整大小,以正确的比例显示消息。

提交前:

enter image description here

<script type="text/javascript"> 
$(document).ready(function(){
$(".maskRight").fancybox({
  "width" : 420,
  "height" : 495,
  "autoScale" : false,
  "transitionIn" : "none",
  "transitionOut" : "none",
  "type" : "iframe"
  });
$.fancybox.resize;
});
</script>

提交后:

enter image description here

1 个答案:

答案 0 :(得分:0)

fancybox docs - &gt; API方法:

$.fancybox.update()