JQuery Modal Boxes and Iframe

前端 未结 11 1097
名媛妹妹
名媛妹妹 2020-12-01 06:44

I\'ve been using Simple Modal and i feel it doesn\'t live up to what i need at the moment.

Is there a Modal Box that supports loading external files and allows those

11条回答
  •  栀梦
    栀梦 (楼主)
    2020-12-01 07:18

    Sounds like you already found the answer but for the benefit of others you can close an iFrame implementation of FancyBox by using the following JavaScript in the iFrame:

    parent.$.fn.fancybox.close();
    

提交回复
热议问题