I have code located here
http://jsfiddle.net/jostster/5XAUb/
This works in Safari / FF (for the most part, a small bug with the fadeIn on FF) but doesn’t work on IE. It has to do with the lines that use $(this).parent().attr('class').split(' ').splice(-1).toString();.
Basically it is not able to get the elementType in IE7 or IE8 (haven’t tested IE9) but works in FF and Safari just fine.
Does anyone know why IE doesn’t seem to like this jQuery?
IEandOperarequire the second argument forsplice, which is proper forsplice.Splice Usage Reference