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

4 lines
85 B
JavaScript
Raw Permalink Normal View History

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