Hi Guys,
I am facing an issue with my Webflow project where the code
Webflow.ready(function() {
$(‘#clickme’).trigger(“click”);
});
is not being executed on page load. As a result, the tab link is not being clicked as intended.
I would like to know if there is anything I need to consider to make this happen.
Best Regards,