JQuery Netflix style tooltips?

I would like to have a tooltip (preferably using the jquery library) that allows me to open a div (content that I can customize using html - forms, links, images, etc.) at the mouseover point.

I would like the div to stay fixed at the location relative to the element that was hanging (and automatically handle the edges of the browser cases). I hope I can configure various parameters, for example, how long after hovering a tooltip appears, how long a tooltip remains visible after the mouse (and the ability to keep it open until it is explicitly closed using the button to close the tooltip tooltip).

Several options appeared on google search, but none of my requirements (at least from what I saw). Recommendations are welcome.

+3
source share
2 answers

qTip is pretty easy to use and does what you want.

+4
source

I already watched jTip , it seems quite flexible. You may prefer jTip or qTip based on the default functions and views. Both are easy to move.

+1
source

Source: https://habr.com/ru/post/1768282/


All Articles