Skip to content Skip to sidebar Skip to footer

Single Page Application And Inline Fancybox Not Working Properly

I'm trying to make a SPA and use the Hot Towel template with durandal. So far I have succesfully added a Fancybox to my spa and it shows a image Copy

Javascript:

 $("a.fancybox-link").click(function (e) {
            $.fancybox({
                content: $('#inlineContent').html(),
                type: 'inline'             
            });
            return false;
        });

Bye bye


Solution 2:


Post a Comment for "Single Page Application And Inline Fancybox Not Working Properly"