Might be jquery conflict??
Hi wondering if anyone can help me, think I might be having a jquery conflict.
I am using flowplayer for embedded video and html5lightbox for another. The issue I am having is that on the android the html5lightbox isn't rendering properly. See photo - I appear the default android player in lightbox as well as the html5lightbox player. Really confusing and annoying. Work fine on iPad etc. I am pretty new to all of this so thank you in advance if anyone can help me.
here are the scrips that are attached to the html document:
<script src="../scripts/jquery.min.js" type="text/javascript"></script>
<script src="../scripts/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
<script src="../scripts/default.js" type="text/javascript"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!-- Flowplayer-->
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<!--html5lightbox-->
<script type="text/javascript" src="../scripts/html5lightbox/html5lightbox.js"></script>
<!-- include flowplayer -->
<script type="text/javascript" src="../scripts/flowplayer-5/flowplayer.min.js"></script>