Preparing search index...
The search index is not available
@devops-web/utils - v1.0.9
@devops-web/utils
hasClass
Function hasClass
检查元素是否包含指定的类名
Throws
如果类名包含空格,则抛出错误
has
Class
(
el
,
cls
)
:
boolean
Parameters
el
:
Element
要检查的DOM元素
cls
:
string
要检查的类名
Returns
boolean
如果元素包含类名返回true,否则返回false
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@devops-web/utils - v1.0.9
Loading...
检查元素是否包含指定的类名
Throws