MCPcopy Create free account
hub / github.com/TruthHun/BookStack / getClass

Function getClass

static/jquery/1.12.4/jquery.js:8803–8805  ·  view source on GitHub ↗
( elem )

Source from the content-addressed store, hash-verified

8801var rclass = /[\t\r\n\f]/g;
8802
8803function getClass( elem ) {
8804 return jQuery.attr( elem, "class" ) || "";
8805}
8806
8807jQuery.fn.extend( {
8808 addClass: function( value ) {

Callers 1

jquery.jsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected