I would like to show the css attached to an elements :hover selector when a class .hover is added.
I have tried after document.ready
$('.hover').trigger('mouseenter');
And running in a setInterval to check it's not missing the .hover class as it was set after page load
Any help would be greatly appreciated.
Many thanks