JQuery Modal Boxes and Iframe

前端 未结 11 1100
名媛妹妹
名媛妹妹 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:27

    My FrameDialog will allow for this, it basically extends on the Dialog... if you're using the same domain, you should be able to call $.FrameDialog.close() though, if you're redirecting, you can simply redirect the parent. window.parent.location will do.

    http://plugins.jquery.com/project/jquery-framedialog

提交回复
热议问题