jquery plugins - slicebox doesn't show any animation -


i having difficulties slicebox. have checked every idea, followed tutorial, i'm missing animation. think doesn't start up, because first picture in slide appears, nothing happens.

css included

<link rel="stylesheet" type="text/css" href="css/slicebox.css" /> <link rel="stylesheet" type="text/css" href="css/custom.css" /> 

jquery latest version

<script type="text/javascript" src="js/modernizr.custom.46884.js"></script> 

the html seems right

<div class="wrapper"> <ul id="sb-slider" class="sb-slider">  <li>    <a href="#" target="_blank">    <img src="slider/image1.jpg" alt="image1"/>     </a> </li> <li>   <a href="#" target="_blank">   <img src="slider/image2.jpg" alt="image1"/>    </a> </li>  </ul> </div> 

and before /body tag @ end

<script type="text/javascript" src="js/jquery.js"></script>         <script type="text/javascript" src="js/jquery.slicebox.js"></script>         <script type="text/javascript">              $('#sb-slider').slicebox({             orientation : 'v',             autoplay : true,             });  </script> 

what wrong? don't know jquery have tried many variables, there can't see. appreciate help.


Comments

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -