Questions tagged as 'tooltip'

2
answers

Create title attribute in td mounted by javascript

I have a table named gridContudo . In this table, there is this <td> : { width: 100, name: 'OBSERVACAO', index: 'OBSERVACAO', label: 'Observação'}] . What I need is to create a title attribute on this < td> ....
asked by 14.12.2015 / 12:10
2
answers

Make Tooltip appear when clicking inside the input

I have the following problem. I have this js code: // Tooltip $("#sel-tooltip").select(function startTooltip(){ $(function() { $('.tooltip-icon').tooltip({ placement: 'top', title: 'Sinta-se em casa!' });...
asked by 17.04.2015 / 09:09
1
answer

Is there any way to add Bootstrap tooltip to force?

I have a button on my site Wordpress , ie inside the post! Button: <a href="#" class="btn btn-primary btn-lg btn-block" id="butdedownlaodnovo" data-toggle="tooltip" data-placement="top" title="" role="button" target="_blank" aria-pr...
asked by 25.04.2018 / 10:09
1
answer

How to insert HTML elements in a bootstip Tooltip?

I have a code that generates a tooltip with a small message and makes it disappear after 2.5s. var msg ="Oops! Essa é uma mensagem pequena"; $('#addItInfo').attr('data-original-title',msg); $('#addItInfo').tooltip('show'); setTimeout( function...
asked by 26.05.2016 / 20:33
1
answer

Tooltip does not work dynamically

Look at this line: response.write "<span data-toggle='tooltip' data-original-title='" & TitleBadge & "' style='margin-right:3px;'>" This line is inside a file that is called via ajax. If I put it inside the html: <span da...
asked by 01.07.2015 / 01:20
1
answer

How to put icon in tooltip?

I'm trying to print a text in a tooltip, and in the end, put an icon, however I'm not getting it, I tried doing with html. The problem is that the image comes "broken", does not appear. Whatwouldbetherightwaytodothis?importjava.awt.Dimens...
asked by 11.10.2017 / 00:39
2
answers

Add a pointer arrow to effect Tooltip

I'm building a Tooltip effect that displays definitions of specific terms, but I'm having trouble having to add an arrow above the little box. Check out the CSS of the code soon followed by the HTML below: CSS a.tooltip { position: re...
asked by 22.09.2015 / 15:34
1
answer

Detect event click out of element

I'm learning to do tooltips, I've even thrown some previous doubts here in the OS, but I ended up with a new question; When I click outside the element that has the tooltip, it could close the tooltip, how can I do that? Current code: HTML...
asked by 22.03.2017 / 13:48
1
answer

Function for Tooltip does not work when run a second time

I'm creating a schematic of tooltips, so when clicking on a certain span, this span shows a message HTML <div class="banner-tooltips" id="banner-tooltips"> <span id="primeira-tooltip">1°</span> <span id="segunda...
asked by 22.03.2017 / 13:00
1
answer

putting html in title, using query

I have a tooltip plugin that works with jQuery, it's very simple and practical. The problem is that I'm trying to put an html inside it. And it returns me with html code instead of the result. Does anyone know of any way to resolve this? Foll...
asked by 02.08.2016 / 16:32