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

Function getClass

libs/jquery-3.5.1/jquery-2.2.4.js:7369–7371  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

7367var rclass = /[\t\r\n\f]/g;
7368
7369function getClass( elem ) {
7370 return elem.getAttribute && elem.getAttribute( "class" ) || "";
7371}
7372
7373jQuery.fn.extend( {
7374 addClass: function( value ) {

Callers 1

jquery-2.2.4.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected