tixcraft_bot/webdriver/Maxbotplus_1.0.0/js/checkbox.js

4 lines
82 B
JavaScript
Raw Normal View History

2023-12-27 06:17:40 +00:00
$('input[type=checkbox]').each(function() {
$(this).prop('checked', true);
});