javascript - bxSlider not working in IE10 -


bxslider not working on ie10, working fine in ie8 , ie9, working on ie10 on mode:'fade' not working on 'horizontal' mode of bxslider working on mozilla , chrome. problem code use bxslider is

 $('#slidesfmovieshowcase').bxslider({             mode: 'horizontal',             controls: false,             pager: true,             autohover: true,             auto: true         });  

i know question outdated bit similar code working me in ie10 inside jquery ready function:

$(document).ready(function() {     $('#slidesfmovieshowcase').bxslider({         mode: 'horizontal',         controls: false,         pager: true,         autohover: true,         auto: true     }); }); 

Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -