Questions tagged as 'tooltip'

1
answer

How to make a dropdown menu open by clicking on top and close when you hover the mouse over it

I've been searching the internet for dropdown menu , I found some very interesting, but I do not find any that do what I mentioned in the title of the question. All menus of the genre that I found, to open need to click on above, and to clos...
asked by 19.02.2015 / 18:54
2
answers

onmousemove event with jquery

I'm trying to recreate this tooltip link with jQuery. $(document).ready(function(){ $(".tooltip").mousemove(function(event) { $(".text").style.top = (event.pageY + 20) + "px"; $(".text").style.left = (event.pageX + 20) + "px...
asked by 08.10.2018 / 05:47
1
answer

Is there a way to customize the function alert equal to the input required?

My question is somewhat specific, but I would like to know if there is a possibility of creating a message of alert with the default of the input required ? The situation is this: I have a linked div that will forward to another...
asked by 30.04.2018 / 16:21
1
answer

Tooltip does not disappear when the button is clicked

The tooltip usually appears when I hover the mouse over the button, but when I click the button and drag the mouse out of the button the tooltip gets stuck. <button type="button" class="btn btn-default fa fa-angle-left fa-2x" data-toggle="t...
asked by 06.07.2018 / 16:52
0
answers

Display another value in the tooltip of a D3 chart

I was doing a preview and needed to display a different value on the tooltip that it displays. The view is entirely based on this template: link , and displays the values for each bar. I wanted to check if there is a possibility to displ...
asked by 07.08.2017 / 16:19
0
answers

Primefaces tooltip with image and filter in table

Hello I have the following situation: a users table, and users have photos, I would like to move the mouse over the user name, present a tooltip of the primefaces with the image of the user, which is already happening. The problem arises w...
asked by 25.01.2017 / 18:21
1
answer

tooltip cut by div

Good morning everyone. I'm trying to create a tooltip with only css in a side panel to the right of the page. In this panel a list of users appears and each tooltip presents a brief profile, very similar to the facebook user list where a tooltip...
asked by 27.06.2016 / 19:54
0
answers

Tooltip unique in 2 elements (one body and 2 arrows)

I do not know if the native code of Bootstrap allows this for the tooltip or popover . I have 2 links and I need to do some way to create a tooltip or popover that can merge both links with 2 arrows. ┌=======┐ ┌=======┐ └===▼===┘...
asked by 01.12.2015 / 01:20
1
answer

Bootstrap Button

I'm having trouble removing tooltip by jquery on a button. The button operation is as follows, if it has a form with a blank field, it causes the button to be disabled , I want the tooltip to disappear if the button is disabled. Below is...
asked by 28.01.2017 / 22:44
1
answer

Tooltip of Bootstrap 4 does not work correctly on Angular 6

Below is the bootstrap implementation in my application (angular.json) "styles": [ "src/styles.css", "./node_modules/bootstrap/dist/css/bootstrap.min.css" ], "scripts": [...
asked by 04.10.2018 / 21:47