iosslider is a jQuery plugin which allows you to integrate a customizable, cross-browser content slider into your web presence. Designed for use as a content slider, website banner, or image gallery.
Not exactly sure why (perhaps jQuery version?), but iosSlider's has3DTransform method is returning true in IE9, when it should should false. This patch corrects that behavior using the established user-agent checks.
Not exactly sure why (perhaps jQuery version?), but iosSlider's
has3DTransform
method is returningtrue
in IE9, when it should shouldfalse
. This patch corrects that behavior using the established user-agent checks.