Just updating "isPreloaded: false" works fine in IE9. Thanks @wayne I'm just updating the working code below:
$(document).ready( function(){
$obj = $('#slidecontent').lofJSidernews({
interval : 4000,
easing : 'easeInOutQuad',
duration : 1200,
auto : true,
isPreloaded : false,
maxItemDisplay : 3,
startItem : 0,
navPosition : 'horizontal',
navigatorHeight : 15,
navigatorWidth : 25,
mainWidth:920
});
})
source
share