Appearance
get(): string[]
Returns an array of strings containing all the classes of the first element.
<div class="wrapper example anotherClass"></div>
$('div').class.get(); // Returns ['wrapper', 'example', 'anotherClass']