I am searching for JavaScript plugins, without using jQuery, that will help me create a basic tooltip feature.
What I want is to be able to click on an image and have a div appear below the image with some text inside along with a triangle in one corner. However, despite my efforts in searching on Google, I have not found anything that fits this criteria.
I am looking to make it so when the image is clicked, the information appears, and when the same image is clicked again, it should disappear. But I am struggling to figure out how to achieve this functionality.