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:
does know of way achieve effect (preferably using angular, although jquery fine)?
note i'm not looking tooltip hovers nearby actual element itself, so:
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
Post a Comment