Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
7367
var
rclass = /[\t\r\n\f]/g;
7368
7369
function
getClass( elem ) {
7370
return
elem.getAttribute && elem.getAttribute(
"class"
) ||
""
;
7371
}
7372
7373
jQuery.fn.extend( {
7374
addClass:
function
( value ) {
Callers
1
jquery-2.2.4.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected