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

user interface - Python attempting to create a simple gui, getting "AttributeError: 'MainMenu' object has no attribute 'intro_screen'" -

jquery - Common JavaScript snippet to share files on Google Drive, Dropbox, Box.net or SkyDrive -

Android Gson.fromJson error -