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
Post a Comment for "Single Page Application And Inline Fancybox Not Working Properly"