MCPcopy Create free account
hub / github.com/OpenIntroStat/ims / getClass

Function getClass

libs/jquery-3.5.1/jquery-3.5.1.js:8254–8256  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

8252
8253
8254function getClass( elem ) {
8255 return elem.getAttribute && elem.getAttribute( "class" ) || "";
8256}
8257
8258function classesToArray( value ) {
8259 if ( Array.isArray( value ) ) {

Callers 1

jquery-3.5.1.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected