I’m trying find a tip how to add a help text by the cursor, when cursor is hovered on the object. There is a DIV element (200px x 200px) when mouse is on that DIV I need that help text apear near the cursor (e.g please select smth…) and folow the cursor in that div element. Maybe some knows is there a JS plugin or smth? Searched everywhere, but can’t find anything like this.
Share
You can try this with JQuery UI library tooltip feature
Download and include the libraries in this order within your html head tag,
Jquery code for initializing the tooltip feature with cursor follower
In your html body you can use a div tag like this with your Tooltip text inside the title attribute