Questions tagged as 'tooltip'

1
answer

Add tooltip to button that came straight from Php via Ajax

In my PHP server I return some data between them a button $HTML = " <button id=\"btnExcluir\" style=\" width: 55px !important;\" onclick=\"Excluir();\" type=\"button \" data-toggle=\"tooltip\" data-placement=\"top\" title=\" Excluir i...
asked by 30.07.2017 / 16:35
1
answer

Detect clicking elements in an array

If I have a div with id="banner-tooltips" , and within it I have n <span> tags declared in variables with javascript, how do I detect individual click in these span tags? var caixaTooltips = document.getEle...
asked by 22.03.2017 / 12:35
2
answers

Conflict: JQuery Validation + Bootstrap 3 Tooltip

I'm having a conflict between JQuery Validation and the Bootstrap Tooltip, so when I submit the empty form and Validation takes action, the Tooltip appears with the focus on input, each time the input loses focus and receives again, the validati...
asked by 23.05.2017 / 19:25
1
answer

Problems with uib-tooltip-html angularJS

I have a problem with returning a value using the angular-ui-bootstrap. I have a function to return the result of each tooltip dynamically in a table the problem is that whenever I return the $ sce.trustAshtml of a function it just does not work...
asked by 13.07.2016 / 15:21
1
answer

Configure tooltip in click event in grid cell

I'm trying to display a tooltip when the user clicks on a grid cell. When I click on a cell, the tooltip appears. The problem is that after the click, it keeps popping up whenever I hover over any other cell. I am using Ext JS 4.2.1. I'll leave...
asked by 05.07.2016 / 14:51
1
answer

Change the class of the tooltip link

Expensive, good afternoon. I have the tooltip link set to: <a class="evento color-red" href="#"><span>informação</span>link</a> You can leave this way and keep the attributes tooltip: <a class="evento" href=...
asked by 29.03.2016 / 18:06
3
answers

ToolTip in a ListView in C #

I have ListView with several CheckBox created through the database. I wanted to CheckBox by hovering the mouse, I opened a tooltip with various information in that field. I have tried to do the MouseMove event...
asked by 12.05.2017 / 11:27