JavaScript Problem: Creating a JavaScript Tooltip: Part 1

preview_player
Показать описание
In this tutorial we explore some techniques for working with the DOM. This is all done within the context of solving a JavaScript problem: How do we create a JavaScript Tooltip. Yes, CSS can be used for tooltips, but JavaScript does offer some advantages.

For more resources on JavaScript:

Interested in some of our courses:

Tutorials referred to in this video:
Рекомендации по теме
Комментарии
Автор

It is mandatory to show final output at the beginning of the video!

mohammedamin
Автор

Great tutorial, Steven! Thank you, so much! The data attribute is, indeed, a handy feature. Do you have plans to release nodejs videos in the future on Udemy or here on youtube?
Best regards!

tirmey
Автор

where i can find your code... could you share it please

luisomontano
Автор

Hi 👍
What is the difference between Tooltip and Hotspot??? 🤔

I would appreciate your answer

josemariadiy
Автор

And no one has noticed that there is a massive typo in the very beginning of the script: let tootip = "", which misses the "l" meaning the latter variable is only scoped within the function. Doesn't change how this particular code works, of course.

kieralfer