Luch / EasyAccordion

Enhanced Easy Accordion
11 stars 8 forks source link

IE7 #7

Closed mikalmorello closed 11 years ago

mikalmorello commented 11 years ago

Should the Accordion be working in IE7? It looks like the default code is kicking back an error which I have included below:

Webpage error details

Message: Invalid argument. Line: 12 Char: 12949 Code: 0 URI: http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js

Luch commented 11 years ago

Should work in IE7. Reported errror is within jquery.min.js. I need some more info.

Are you aware of the succesor of EasyAccordion, named conventAccordion? Have a look at members.ziggo.nl/luch.klooster/ Many more options and easier to use.

mikalmorello commented 11 years ago

Thanks for the quick response. It looks like ie7 didn't like the .min version of jquery, and is now working with the uncompressed version. I just swapped out the jquery url, and it did the trick.

I haven't looked into conventAccordion yet, but I definitely will.