↧
Replies: 0
Hello,
Usually got events on JS with this code:
jQuery(document).on('agegateshown',function(){
console.log('age gate shown');
})
However, it’s stopped working. Where are the custom events are being fired?
Thank you!