Hover function in PHP? -


is there way use code among lines of:

if mouse.hover = true 

in php?

no can't, because "hover" client-side event.

php server language can't check client actions.

the way using css style event (changing color) or js (like jquery) dynamic event.


Comments

Popular posts from this blog

javascript - jQuery: Add class depending on URL in the best way -

caching - How to check if a url path exists in the service worker cache -

Redirect to a HTTPS version using .htaccess -