Element.className

Gets or sets the class attribute's contents. Returns an empty string if it has no class.

  1. string className [@property getter]
  2. string className [@property setter]
    class Element
    @property
    className
    (
    string c
    )
Suggestion Box / Bug Report