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

4 lines
82 B
JavaScript

$('input[type=checkbox]').each(function() {
$(this).prop('checked', true);
});