tixcraft_bot/webdriver/Maxbot_1.0.0/js/kktix_registrations_new.js

9 lines
261 B
JavaScript

$("footer").hide();
function hideBannerAndImage() {
$("div.banner-wrapper").hide();
$("div.ticket-img-wrapper").hide();
$('input[type=checkbox]').each(function() {
$(this).prop('checked', true);
});
}
setTimeout(hideBannerAndImage, 300);