+ 1
someone help me to put a text balloon instead of the alert?
Help me please https://code.sololearn.com/Wy9l0xMR8ibe/?ref=app
5 Answers
+ 2
Hello Neymar Silva
Visit this site https://kazzkiq.github.io/balloon.css/
It's free and accessible from github too
+ 1
Look up getElementById and see if that helps
+ 1
No worries, my response was really not in-depth enough.
What I would do (and I'm not the smartest person, so there are certainly better ways to do it), create your balloon in HTML/CSS and hide it using JavaScript until the countdown reaches 0, then reveal it.
If you don't know how to do that, I really recommend looking it up online, you'll learn a lot and it's a very useful way to do lots of things.
0
Ausgrindtube I did not understand my friend? I want to remove the alert and put a balloon or a tooltip in its place, when the timer reaches zero the balloon appears with something written on it.
0
Ausgrindtube Could you give me an example of where I could find this class online?