This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm that you accept these cookies being set.

how to make a message appear at a certain time when passing the cursor through an ico
#1
Hello colleagues, my question is whether CSS, Javascript or other forms can specify additional information about something when the user moves the mouse pointer over an element.

The idea is that when passing the mouse through some icon of the visualization this will show us a message at a certain moment, I understand that this is done with information about tools.



Thank you and I am attentive to your comments.
Reply
#2
The easiest way is to use built-in "title" attribute. You can set it like this:
Code:
$('.my-custom-class').prop('title', 'custom title');
Reply
#3
(17.09.2019, 12:24)admin Wrote: The easiest way is to use built-in "title" attribute. You can set it like this:
Code:
$('.my-custom-class').prop('title', 'custom title');
thank you very much Admin worked perfectly for me, a question out of curiosity. Can you change the sample time of the message?
Reply
#4
(17.09.2019, 12:24)admin Wrote: The easiest way is to use built-in "title" attribute. You can set it like this:
Code:
$('.my-custom-class').prop('title', 'custom title');
Hello colleagues, is it possible to perform this effect on a specific icon that has the ability to read only ?. Well, I did the test and it only works on icons with just reading disabled
Reply


Forum Jump: