I'm aware i probably cant execute jQuery within a CSS file. But here is my conundrum:
I have several divs with overlays on them. On a desktop the user hovers over the overlay and it slides up revealing content.
On a mobile, there isnt a hover state (gracefully implemented). How can i use my existing Media Query logic to disable jQuery hover on those certain divs?
Any advice welcome, or even for an alternative solution to this problem?