---
title: getElementsByClassName
framework: WebKit JS
role: symbol
role_heading: Instance Method
platforms: [Safari Desktop 3.1+, Safari Mobile 2.0+]
path: webkitjs/document/1631984-getelementsbyclassname
---

# getElementsByClassName

## Declaration

```data
HTMLCollection getElementsByClassName(
    DOMString classNames
);
```
