Why is the JQuery slider not working when hosted on a server but works perfectly fine locally? I have uploaded all the necessary content to my website. Here is the link to my hosted website: navarangtravels.com/jq/jq
Please help me identify the error.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<!-- DC Dream Accordion CSS -->
<link rel="stylesheet" type="text/css" href="dream-accordion.css" />
<!-- DC Javascript Library -->
<script type="text/javascript" src="dcodes/jquery.min.js"></script><!-- jQuery Library (do not call twice on same page) -->
<script type="text/javascript" src="dcodes/jquery.easing.js"></script><!-- jQuery Easing (do not call twice on same page) -->
<!-- DC Dream Accordion JS -->
<script type="text/javascript" src="js/froogaloop.min.js"></script>
<script type="text/javascript" src="js/jquery.transform-0.9.3.min.js" ></script>
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?sensor=false"></script>
<script type="text/javascript" src="js/jquery.getimagedata.min.js"></script>
<script type="text/javascript" src="js/dream-accordion.js"></script>
<!-- DC Dream Accordion Settings -->
<script type="text/javascript">
// SETTINGS
var as_settings = {
/* visibleItems: less of equal to total items in acordion */
visibleItems:5,
...