open fancybox over another fancybox ajax

后端 未结 2 1807
野性不改
野性不改 2020-12-12 03:10

I have a Fancybox which shows me some dialog and a button to click. When i click this button i want to open another fancybox over the existing one.. or on another position o

相关标签:
2条回答
  • 2020-12-12 04:08

    Unfortunately you cannot have more than a single fancybox at the same time ... it has been designed like that.

    You could have another fancybox inside of the existing one though (when open an external page -via iframe- with fancybox in it) ...or you could open that inner fancybox on the parent page, creating the illusion that you have two fancyboxes on the same page. Check here for more

    On the other hand, the only lightbox I remember that supports multiple boxes is jQuery Tools Overlay

    0 讨论(0)
  • 2020-12-12 04:11

    Open first fancybox in iframe. Then inside that another fancybox can be open.

    0 讨论(0)
提交回复
热议问题