Tuesday, 20 August 2013

slider works fully local but when online it doenst show

slider works fully local but when online it doenst show

i started yesterday with my portfolio site and i finished the home page.
i put it on my server and found out the slider magically didnt work .
i already checked the links to js and the (window).load i changed in
(document).ready and still no effect.
is there something wrong with the server or did i overlook something ?
website - ( responsive grid systems ) slider - ( blueberry ) online adress
- (jurjenfolkertsma.nl)
im still using original pictures becourse i didnt changed the content yet.
<head>
<link rel="stylesheet" href="blueberry.css" />
<script
src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
<script src="jquery.blueberry.js"></script>
</head>
<body>
<div class="blueberry">
<ul class="slides">
<li><img src="" /></li>
<li><img src="" /></li>
<li><img src="" /></li>
<li><img src="" /></li>
</ul>
<script>
$(window).load(function() {
$('.blueberry').blueberry();
});
</script>
</body>
</div>

No comments:

Post a Comment