Replies: 1 comment
-
Hi, The equivalent code would be - Fancybox.bind(".lightbox-image", {
// Your options go here
}); This project is written using plain JavaScript, it does not matter if you are using jQuery, React, or any other framework/tool. The source code contains some Node scripts but you are not required to use them. |
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
-
Hi there,
Since version 4, the app seems to concentrate more on node.
But coming from a jQuery environment, I'm interested in how to include FancyBox within jQuery?
Within version 3 I was able to just use FancyBox like:
But how can I accomblish that within version 4?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions