This website requires JavaScript.
Explore
Drone CI
Docker Hub
Help
Sign In
evanchen
/
tixcraft_bot
Watch
1
Star
0
Fork
You've already forked tixcraft_bot
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
b06371d30d
tixcraft_bot
/
webdriver
/
Maxbotplus_1.0.0
/
js
/
checkbox.js
4 lines
85 B
JavaScript
Raw
Blame
History
$
(
'input[type=checkbox]'
)
.
each
(
function
(
)
{
$
(
this
)
.
prop
(
'checked'
,
true
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink