JavaScript jQuery fancybox -
i have problem fancybox. read few answers here, had't found solution problem. have these scripts loaded in webpage:
sripts fancybox:
<script type="text/javascript" src="fancybox/jquery.mousewheel-3.0.4.pack.js"></script> <script type="text/javascript" src="fancybox/jquery.fancybox-1.3.4.pack.js"></script>
other scripts page includes:
<script src="assets/js/jquery-1.8.3.min.js"></script> <script src="assets/js/jquery.plugins.min.js"></script> <script src="assets/js/bootstrap.min.js"></script> <script src="assets/plugins/selectnav/selectnav.min.js"></script> <script src="assets/plugins/tweet/jquery.tweet.js"></script> <script src="assets/plugins/fitvids/jquery.fitvids.js"></script> <script src="assets/plugins/isotope/jquery.isotope.min.js"></script> <script src="assets/plugins/sharrre/jquery.sharrre-1.3.4.min.js"></script> <script src="assets/plugins/revolutionslider/js/jquery.themepunch.revolution.min.js"></script> <script src="assets/js/template.js"></script> <script src="assets/js/customizer.js"></script>
problem when have of these fancy box won't work. tryed many combinations , found possible fancbox work remove script 'jquery-1.8.3.min.js' page. if remove dropdown menu not working, , fancybox does.
where problem? copied scripts, not body code, because toought it's not nessesary.
javascript jquery fancybox
No comments:
Post a Comment