javascript - Conflict between two js scripts (galleria and multi-screen) -


i've tried looking up, can't seem find makes sense me. have project in 2 of scripts seem clashing. 1 of them multi-screen.js ( http://www.jqueryscript.net/animation/full-page-slide-transitions-with-jquery-multi-screen-js-plugin.html )and other galleria.js.

if comment out multiscreen, galleria works perfectly, if multiscreen active navigation in galleria gallery wont work - shows pictures , thumbnails.

so seems multi-screen blocking of functionality out of other scripts.

i hope tell how sort thing out, driving me mad.

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>       <script src="js/galleria/galleria-1.3.6.min.js"></script> <script type="text/javascript" src="js/multi-screen.js"></script> <!-- run plugin -->     <script type="text/javascript">$(document).ready(function() { multiscreen.init(); });</script>   


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

Python ctypes access violation with const pointer arguments -