I've been trying to add a script that adds a class (.img_ _item--hover) to an element (.img__item) when the wrapper (.box) of said element is hovered.
However, this error popped up in the browser, telling me that $ is undefined. I haven't been able to find a solution.