javascript - bxSlider just shows a bullet and my first image -


i know basic html , css. , i'll sound stupid anyway, i'd know i'm missing here.when put code in jsfiddle (http://jsfiddle.net/flurh/17/) works fine.but on file, shows single image , bullet on top left hand corner. i've been on place , i've found here makes me 'check' directory , linking.

i've linked to:

//ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js js/jquery.bxslider.min.js js/jquery.bxslider.css 

image list: used .svg format , same height/width, have links corresponding pages via href, , enclosed in list tags. (i have 10 images)

the javascript:

<script type="text/javascript">   $(document).ready(function(){     $('.bxslider').bxslider({         mode: 'fade',         speed:300,         auto: true,         autohover: true     });   }); </script> 


Comments

Popular posts from this blog

node.js - Bad Request - node js ajax post -

Why does Ruby on Rails generate add a blank line to the end of a file? -

keyboard - Smiles and long press feature in Android -