is it possible in jquery to animate general tags like a
or div
to their corresponding hover styles without declaring a different classes for each tag/class?
For example a
has a:hover
in CSS standards, can I let Jquery tell to animate to that style instead of creating two different customs classes?