Is there a way to hover item using javascript? I don't want to create another class, I just want to hover item with javascript when my mouse pointer is not over this item.
For example I have 5 items with the same class and I want to call hover on all of them when one of them is actually hovered.
Thanks.