Adding new slide to Fancybox via Ajax #146
Unanswered
asmith20002
asked this question in
Q&A
Replies: 1 comment
-
Hi, There are currently no API methods for that, but it is planned to implement them in the upcoming releases. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
The question is mainly about adding new slide on the fly. A fancybox is created with one slide but more slides should be added by events. I can't find this in the fancybox doc.
Let's say I have my own html:
The html have a link/button to load new data via ajax. Based on the ajax success data I want to add/create a new html slide to the currently visible Fancybox and then next() to the newly created slide.
How do I add the new slide?
Beta Was this translation helpful? Give feedback.
All reactions