/var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/js/import
NameSizeModeActions
AjaxForm.js31310644editdlrm
Fancybox.js7520644editdlrm
Newsletter.js15700644editdlrm
Search.js29390644editdlrm
Slider.js4960644editdlrm
Edit: /var/www/vhosts/ihelp.ro/httpdocs/webroot.dev/js/import/Fancybox.js (752B)
// ------------------------------ // On click on an image in an article, open that image // ------------------------------ // $(".content figure img").on("click", function () { // var imageUrl = $(this).attr("src"); // $.fancybox.open(''); // }); // $("content figure img").fancybox({ // type: "image", // overlayShow: false, // transitionIn: "elastic", // transitionOut: "elastic", // }); // $(".text figure img").each(function () { // $(this).wrap( // $("", { // href: $(this).attr("src"), // class: "fancybox", // rel: "fancyimage", // }) // ); // }); // if(parent.$ && parent.$.fancybox) { // $(".fancybox").fancybox(); // }