Javascript and DOM Exceptions, Anomalies, and Aggravations
This is a list of some of the obscure -- and perhaps not-so-obscure -- things I've noticed in working with javascript and DOM that are either bugs or contrary to my expectations.
Javascript
DOM
class attribute set by DOM not recognizedenvironment IE
description well described at blogs.gsl.com/dougclinton/
solution domNode.className = "classname"; or see this
Other References
CSS Filters by Browser (centricle.com)CategoryJavascript
[Add comment]