Good day, there is a button on the website with a pop-up window, the id of the button medium_box_link.
there is jquery code:
$(document).ready(function(){
setTimeout(function(){
$("#medium_box_link").trigger('click');
}, 5000);
})
You need to wait 5 seconds after entering the website a pop up this pop-up. Took this code from Internet but it doesn't work. jQuery connected. Please tell me, what's the problem? just in case
the link to the website red button "the mega event".