Checks if an element has the specified CSS class. Similar to Closure's goog.dom.classes.has, except it handles SVG elements.
DOM element to check.
Name of class to check.
True if class exists, false otherwise.
Checks if an element has the specified CSS class. Similar to Closure's goog.dom.classes.has, except it handles SVG elements.