[jQuery] Re: Opera & IE Issue

2008-05-29 Thread Keri Henare
Figured out the problem. Array.indexOf is not supported by Opera 9.27 or IE. On May 29, 1:41 pm, Keri Henare <[EMAIL PROTECTED]> wrote: > Opera 9.27 throws up this error: > > Event thread: click > Error: > name: TypeError > message: Statement on line 80: Type mismatch (usually a non-object > val

[jQuery] Re: Opera & IE Issue

2008-05-29 Thread Wizzud
Is fusionSlider.panelPositions an array or a string? If it's an array, then using indexOf() on it is wrong. If it's a string then I can't work out what it that statement is intended to achieve ... but indexOf() should take a string as its input, not a number! On May 29, 2:41 am, Keri Henare <[EMA