Displaying 1 result from an estimated 1 matches for "kihc1rwdmh".
2007 Apr 20
4
prototype addClassName, toggleClassName
I have a question about prototype''s addClassName, removeClassName, and
toggleClassName. As expected, these functions add or remove a class
name from an element. When adding, the class names are appended to
the end of the class list of the element. Could this affect the
rendering of the element? Does the order of css class names in the
element''s class attribute matter?