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

9 lines
261 B
JavaScript
Raw Normal View History

2023-12-27 06:17:40 +00:00
$("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);