Hi everyone,
In IE8 I am facing a problem with the option : Clicking on question opens/hides answer under question
This does "opens" the question but then immediately redirects to the detail of the FAQ.
This is even though working fine in ie9/chrome/ff
When I view my console in IE8 I see:
SCRIPT87: Invalid argument.
jquery.js?v=1.5.2, line 7968 character 5
Anyone has a solution for this or am I doing it wrong ^^
Thanks !
Comments
Comment #1
karthikkumarbodu commentedI am also facing the same issue in IE8 with expand / collapse of questions and answers. Please help if anyone got a solution for the issue.
Version : 6.x-1.13
ERROR:
SCRIPT87: Invalid argument.
jquery-1.4.2.min.js?C, line 144 character 219
Comment #2
karthikkumarbodu commentedHi,
I was trying to fix the issue and i found that the toggle() function is causing the issue only in IE 8 and below versions. I wrote a small snippet of code which fixed the issue.