javascript - How to Show a Tooltip at the Bottom of a Page -


in apps, when user focues on element, tooltip float at bottom of page displays information element. example:

enter image description here

does know of way achieve effect (preferably using angular, although jquery fine)?

note i'm not looking tooltip hovers nearby actual element itself, so:

enter image description here

instead, i'm interested in tooltip floats @ bottom of page.

the control not looking use called popover. popover , tooltip both tied element on dom has interacted shown.

if want in between shows in fixed position on window, use angular port of toastr , configure show when , where want.


Comments

Popular posts from this blog

c++ - No viable overloaded operator for references a map -

java - Custom OutputStreamAppender not run: LOGBACK: No context given for <MYAPPENDER> -

java - Cannot secure connection using TLS -