I want to write a script which allow the user when hovering on any element on the page “such as a, img, div” another hidden element will show on this current element and will have its position, width, height with transparent color.
How to do that using javascript/jquery?
I want to write a script which allow the user when hovering on any
Share
Start by attaching a mouseover event to the element
Then write a function to handle the event