internet explorer - jQuery FlexSlider V2.0 issue in IE 8 -


i'm using flexslider bur issue next/prev. buttons not function in ie. mozilla works per expected.

i dynamically binding images flexslider (mvc3.0).

flexslider : jquery flexslider v2.0(http://www.woothemes.com/flexslider/)

below code launch slider:

 $jq(window).load(function() {     $jq('.alternate-images').flexslider({         slideshow:false,         animation: "slide",         animationloop: false,         itemwidth: 61,         itemmargin:5,         controlscontainer:".alternate-images",         controlnav:false,         mousewheel:true,         move:2,         animationduration: 0,         directionnav: true,         added:function(){             slidecheck();             },         removed:function(){             slidecheck();             }     }); }); 

any ideas overcome issue in ie ?

thank you


Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -