Fancybox showing on click -
i got job offer , site i'm working on uses fancybox when click on photo gallery nothing shows up. url shown redirection nothing happening. site caprice.gr.
@renderbody() <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> <script> !window.jquery && document.write(unescape('%3cscript src="/scripts/libs/jquery-1.7.1.min.js"%3e%3c/script%3e'))</script> <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script> <script> !window.jquery.ui && document.write(unescape('%3cscript src="/scripts/libs/jquery-ui.min.js"%3e%3c/script%3e'))</script> <script src="/scripts/libs/jquery.fancybox.pack.js" type="text/javascript"></script> <script src="/scripts/jquery.mousewheel.js" type="text/javascript"></script> <script src="/scripts/jquery.easing.js" type="text/javascript"></script> <script src="/scripts/jquery-extend.js" type="text/javascript"></script> <script src="/scripts/jquery.ba-hashchange.min.js" type="text/javascript"></script> <script src="/scripts/libs/mediaplayer-5.10/jwplayer.js" type="text/javascript"></script> <script type="text/javascript"> /*$(window).load(function () { if (typeof (fb) != 'undefined' && fb != null) { fb.xfbml.parse($('#facebook-comments').get(0)); } });*/ $(function(){ $(document).on('contextmenu','img, .fancybox-nav', function(e){ e.preventdefault(); alert('copyright © 2012 caprice of mykonos.'); }).on('dragstart','img', function(e){ e.preventdefault(); }); }); </script> @rendersection("pagejs",false) <script> var _gaq = _gaq||[]; _gaq.push(['_setaccount', 'ua-35657817-1']); if (location.hash == '') { _gaq.push(['_trackpageview']); } (function (d, t) { var g = d.createelement(t), s = d.getelementsbytagname(t)[0]; g.async = 1; g.src = ('https:' == location.protocol ? '//ssl' : '//www') + '.google-analytics.com/ga.js'; s.parentnode.insertbefore(g, s) } (document, 'script')); </script>
Comments
Post a Comment