$('').click
is not working on mobile device
Don’t worry about this issue. Just use on with click touchstart
$('.fancybox').on('click touchstart', function(){ $('.order_target .elementor-button').click(); });
$('').click
is not working on mobile device
Don’t worry about this issue. Just use on with click touchstart
$('.fancybox').on('click touchstart', function(){ $('.order_target .elementor-button').click(); });