jquery - Slider shows up on localhost but not on webserver -


i have weird problem this .html webpage. has jquery slider works on pc , on wamp server doesn't show when upload server. when view source, code same on localhost. looked around couldn't find anything.

here css:

 .homepage_slider_section {     width:100%;     }  .homepage_slider_section .slider .flex-control-nav {     display:none;     }  .slides .slidecontents {     z-index:2000;     position:relative;     } 

i'm not sure what's going on here! :|

try moving line:

jquery('.slider').flexslider(); 

into document.ready() block.


Comments

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -