HI Vyacheslav
i've changed the event to mouseover:
jQuery("document").ready(function($){
jQuery('a.my-link').on('mouseover', function(event){
event.preventDefault();
jQuery('#item-15976681080 a').trigger('click');
});
});
How do i get the right item id?
Greets,
Sebastian