Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HtmlUnit/htmlunit
/ htmx.test.ts
File
htmx.test.ts
src/test/resources/libraries/htmx/htmx-1.9.2/src/htmx.test.ts:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
import
htmx from
"./htmx"
;
2
3
// add the class 'myClass' to the element with the id 'demo'
4
htmx.addClass(htmx.find(
"#demo"
),
"myClass"
);
Callers
nothing calls this directly
Calls
13
off
Method · 0.80
on
Method · 0.80
removeClass
Method · 0.80
addClass
Method · 0.45
find
Method · 0.45
ajax
Method · 0.45
closest
Method · 0.45
log
Method · 0.45
onLoad
Method · 0.45
init
Method · 0.45
process
Method · 0.45
remove
Method · 0.45
Tested by
no test coverage detected