I am using the jquery pikachoose plugin for a gallery and it is throwing errors on line 113 in the js file for IE. Works fine in FF, Safari and Chrome.
http://pikachoose.com/ Side Note: I am using multiple galleries on the same page by changing the call name. Not sure if this is the issue or not.
My code is: (represents the calling of two galleries for the page)
<script type="text/javascript" src="assets/templates/rgb/js/jquery.js"></script>
<script type="text/javascript" src="assets/templates/rgb/js/pikachoose.js"></script>
<script language="javascript">
<!--
$(document).ready(
function (){
$("#pikame").PikaChoose({auto_play:false});
});
-->
</script>
<script language="javascript">
<!--
$(document).ready(
function (){
$("#pikame2").PikaChoose({auto_play:false});
});
-->
</script>
Line 113 from the Jquery.js file:
c.extend({style:function(a,b,d){if(!a||a.nodeType===3||a.nodeType===8)return v;if((b==="width"||b==="height")&&parseFloat(d)<0)d=v;var f=a.style||a,e=d!==v;if(!c.support.opacity&&b==="opacity"){if(e){f.zoom=1;b=parseInt(d,10)+""==="NaN"?"":"alpha(opacity="+d*100+")";a=f.filter||c.curCSS(a,"filter")||"";f.filter=Ja.test(a)?a.replace(Ja,b):b}return f.filter&&f.filter.indexOf("opacity=")>=0?parseFloat(Ka.exec(f.filter)[1])/100+"":""}if(ga.test(b))b=La;b=b.replace(ha,ia);if(e)f[b]=d;return f[b]},css:function(a,