Access our premium support and let us know your problems, we will help you solve them.

0
No products in the cart.

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: jQuery and fancybox with click event #10123
    blankandbdrew
    Participant

    This is right in Fancybox’s wheelhouse!

    just do:

    $.fancybox({
        content: $('#inline')
    })
    

    or as JFK pointed out:

    $.fancybox({
        href: '#inline'
    })
    

    you should note that the css path of your hidden div will be different once it is inside your fancybox.

    Check out this answer ( https://stackoverflow.com/a/3819374/599075 ) for another approach!

Viewing 1 post (of 1 total)