Closed plugs closed 12 years ago
Thanks for the commit. This will also solve issue #23. The problem is that IE doesn't support getElementsByClassName. Do you want to perhaps merge in the function referred to in this answer - that checks for IE and adds the function, so that way, your patch should work on IE and other browsers.
Thank you for this nice plugin! It's very uncomplicated and easy to use. Merged that function into the branch.
Thank you for your contribution! This is perfect! Are you able to test that this works on IE/Chrome/Firefox? I'll merge if you can confirm? (I can only test on Chrome/Firefox, not IE unfortunately.)
Tested with IE9 (IE7+IE8 Mode), Chrome & Firefox - works fine! IE9 only emulates IE7+IE8, I'll test ist tomorrow with VMs too to be 100% sure.
Fantastic! Thanks so much! I've merged the changes. This is what makes open source work. :)
Hi,
replaced "id" with "class" - it works in IE as well.
is there a need for loop? didn't figure it out, but amuCollection.length is always 1 pls correct me if i'm wrong