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

java - Ebean enhancement ignores a model -

ubuntu - How to disable Kernel Module Signing in linux -

SQL php on different pages to Insert (mysqli) -