Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
SaulLu
/
test-hydralit
like
0
Runtime error
App
Files
Files
Community
5e3a6e4
test-hydralit
/
js
/
exscripts.js
SaulLu
add app
5e3a6e4
about 3 years ago
raw
Copy download link
history
blame
Safe
192 Bytes
function
get_st_btns
(
) {
var
all_btn = $(
"button.stButton"
);
console
.
log
(all_btn);
}
$(
document
).
ready
(
function
(
) {
console
.
log
(
'Hello from Hydralit Experimental!'
);
});