Tagged Questions
0
votes
0answers
11 views
hide tipsy/bootstrap tooltip when button is clicked
I am using tipsy/bootstrap tooltips on buttons that activate modal dialogs.
With the trigger set to 'hover', the tooltip shows on mouseenter and hides on mouseleave.
So far so good.
Now when I click ...
-2
votes
3answers
48 views
Bootstrap tooltip usage
I am adding bootstrap tooltip to my a tag like this :
jQuery('span.arUp a').attr("data-placement", "top");
jQuery('span.arUp a').attr("data-toggle", "tooltip");
jQuery('span.arUp ...
0
votes
1answer
26 views
Bootstrap Tooltips not getting called in Jquery
Bootstrap is working fine on the site, but for some reason I cannot figure out how to get tooltips happening. Maybe I am not calling it right?
<div class="span3 app9downloadIcon ...
2
votes
1answer
25 views
Align Bootstrap's tooltip to the left of the element?
I am using Bootstrap's tooltip script and have a problem when I have the tooltip on text that gets truncated. I am using CSS to truncate the text, and then have a tooltip on that text so you can mouse ...
0
votes
1answer
33 views
Can't get Bootstrap ToolTip working on column which has Popover assigned at row level
I am using DataTables to display data and on every row, I am adding some data so that whenever user hover over a particular row, he gets a popover with extra data like
<tr id="123" class="Search ...
1
vote
1answer
59 views
How to get tooltip to display using bootstrap after user selects text?
I am trying to get a tooltip to show after the user selects some text. After a few clicks within the appropriate div, I'm finding the order in which the tooltip appears gets reversed as it sometime ...
0
votes
0answers
50 views
Twitter Boostrap tooltip on mouseenter event
To put you in situation, this is the problem:
In my webapp I have a button that fires a boostrap popover and with the event 'show' of the popover makes an ajax call, p. e:
$('#myModal').on('show', ...
-1
votes
3answers
67 views
How to use bootstrap tooltip? [closed]
I have used bootstrap but tooltip is not working
HTML:
<a href="#" data-original-tittle="test" data-placement="right" rel="tooltip" target=" _blank"> hover me </a>
or any jquery?
0
votes
1answer
36 views
Twitter bootstrap tooltip and Capybara
I'm running capybara and I keep getting this error bellow
✔ When I visit the agreement templates page
! And I follow "New Agreement Template"
~ And I fill out and submit the form
...
1
vote
1answer
131 views
Tooltip in a modal with backbone.marionette and twitter bootstrap
I have a button in a backbone.marionette app which opens a modal and I'd like to have tooltips in this modal.
The view which displays the modal in the modal region:
class MyApp.Views.UserInfos ...
0
votes
2answers
39 views
Checking to see if a Bootstrap tooltip is associated with a field?
I am creating Bootstrap tooltips dynamically on fields and I'd like to check to see if a given field has a tooltip so I can edit the message instead of creating a new tooltip.
I don't see anyway to ...
0
votes
1answer
181 views
Customizing Bootstrap's validation tooltip?
Could someone explain to me how to customize Bootstrap's input type="email" validation tooltip like the one below?
Or better yet, could someone explain how customize Bootstrap's validation tooltips ...
0
votes
1answer
140 views
Bootstrap Tooltip not working on input field
I,m using tooltip in my Rails app but it not working on input field as my code is:
%input#main-search{:name => "query", :placeholder => "search all
items", :rel => "tooltip", :title ...
0
votes
1answer
83 views
Cannot get Bootstrap popover to work at all, despite reading numerous replies on here
Ok I am trying to get the twitter Bootstrap popovers to work on a forum theme I am coding, and I just cannot get them to work at all.
I have read countless similar threads and tried everything with ...
1
vote
0answers
91 views
Client side validation with tooltip, rails
In my rails app, I'm using client side validation to show error message. I want to show this message on tooltip using bootstrap.How can I change my code so that it show in tooltip ..
Right now error ...
0
votes
0answers
84 views
CakePHP & Twitter Bootstrap: tooltip on table header
<table>
<thead>
<tr>
<th>...</th>
</tr>
</thead>
<tbody>
...
</tbody>
</table>
I'd like to implement a tooltip ...
0
votes
1answer
38 views
Tooltip is interpreted differently [closed]
I have a problem and apparently this http://jsfiddle.net/DUPyR/941/ only works properly with Chrome. Why does Mozilla not show/interpret the picture?
<a href="test.html" data-target="#" ...
0
votes
1answer
81 views
Bootstrap Tooltip shows up under the element
The tooltip is showing under the element when I hover over it. The z-index of the element is 2, while the tooltip has 1030. I'm not sure what's going on. It's only for some elements too, even though ...
0
votes
0answers
41 views
Raphael object bootstrap-tooltip on click
How to use bootstrap-tooltip with raphael object?
shop
.click(function(){
});
Please,help me
5
votes
1answer
275 views
Bootstrap tooltip with angularjs using $http to load the content of the tooltip
I am running into small issue that I can't seem to figure out. The code below works, except for the first time you hover over the link. Any help is greatly appreciated.
http://jsfiddle.net/LpK6d/1/
...
1
vote
1answer
100 views
Issue with Bootstrap tooltips not showing up in the right place
I have the image of a map with several markers - each marker with a class of .marker is absolutely positioned and the parent div #map is relatively positioned - so far so good.
I'm using Bootstrap ...
0
votes
3answers
119 views
Twitter bootstrap wrong position on the middle of the element
I'm placing some html elements in the page through ajax calls, so I'm calling the tooltips like so:
$(document).on('hover','.has-tooltip',function(){
$(this).tooltip('show');
});
I've tried ...
1
vote
2answers
426 views
How to add a twitter bootstrap tooltip to an icon
I would add a right-tooltip from twitter bootstrap to an icon element.
The code is this:
<h3>Sensors Permissions <i class="icon-info-sign"></i></h3>
I would that, when the ...
0
votes
0answers
47 views
Disabling a bootstrap tooltip on an elipsis element when elipsis is no longer needed
I'm using bootstrap tooltip and jQuery dotdotdot.
I have a page with list of elements that each one has a line of text.
When I load the data to the page, foreach one I calculate if the text needs an ...
0
votes
1answer
104 views
How can I add link with var in bootstrap popover?
I try use this one
Html
<div class="company-logo">
<a class="popup" href="#" data-toggle="popover" data-content="Download den Mazda Case (.pdf)">
<img ...
0
votes
0answers
291 views
Twitter Bootstrap Tooltip with Ajax Injected Elements in Firefox
I'm using AJAX to inject elements into the DOM:
$.ajax({
url: 'foo.html',
type: 'post',
data: { foo: "bar"},
success: function (html) {
$("#foo").html(html);
...
0
votes
2answers
110 views
change placement bootstrap tooltip
I want to make tooltip from boostrap, when input select has selected so tooltip show in element html. I have made that code in javascipt/jquery. this is code:
$('#pembayaran').on('change', ...
0
votes
2answers
377 views
Twitter Bootstrap tooltip for span tag (not for a tag)
My question is based on SO question Bootstrap tooltips not working
So, the solution is to use:
jquery:
$("[rel='tooltip']").tooltip();
html:
<a href="#" rel="tooltip" title="A nice ...
2
votes
3answers
2k views
Twitter bootstrap tooltip directions not working?
I noticed that my twitter bootstrap tooltips were not respecting data-position.
So, I headed over to the Twitter Bootstrap tooltips demo, specifically looking at the "Tooltip on X" examples, and this ...
0
votes
1answer
50 views
Bootstrap tooltip not appearing onhover
HTML:
<li><a href="#" rel="tooltip" title="Falas">Regjistro shpallje</a></li>
Jquery:
$(function() {
$('[rel=tooltip]').tooltip();
});
The tooltip isn't appearing. ...
0
votes
2answers
388 views
How to append Bootstrap tooltip element to specified element
Due to Bootstrap tooltips sticking when the element that triggers it is removed from the DOM (See https://github.com/twitter/bootstrap/issues/3647 and ...
1
vote
0answers
283 views
Jasny Twitter Bootstrap implementation give an error on tooltip script
I have been implementing Jasny Twitter Bootstrap when I call validation for make a popover , an d it is giving me an error about a undefined var.
I am attaching my code in order you could help me ...
0
votes
1answer
92 views
bootstrap tooltip trigering on focus
I want to show a message using bootstraps tooltip when the user enters more than 50 000 in an input.
Here is the code:
<!DOCTYPE HTML>
<html>
<head>
<script ...
3
votes
2answers
831 views
How do I show a bootstrap tooltip with an SVG object?
I'm going crazy trying to understand why I can show tooltips on regular HTML elements, but not on D3-generated SVGs: http://jsfiddle.net/nachocab/eQmYX/5/
What am I doing wrong?
...
1
vote
1answer
236 views
Add custom attributes to <select> options generated with Angular's ng-options
With Bootstrap, you can very nicely define tooltips for <select> options (stackoverflow.com), while Angular can conveniently generate and bind options with the ngOptions attribute on a ...
1
vote
3answers
249 views
Bootstrap tooltip causes form elements in grid layout to collapse spacing
I have an issue where the Bootstrap tooltip causes spacing on my input fields to collapse. The markup is:
<form>
<div class="controls controls-row">
<input class="span4" ...
0
votes
0answers
238 views
Twitter Bootstrap Popovers and Tooltips on dropdown list's option element
Inspired by the following discussion on Twitter Bootstrap Popovers and Tooltips on Listbox Option Elements showing in the wrong place and following on, I wanted to use the technique showed in the ...
0
votes
1answer
107 views
Boostrap Tooltip-Popover v2.2.2
I am having a problem with using bootstrap v 2.2.2 and tooltip-popover functions.
The effect I wish to achieve is for a popup to appear when the box is hovered over as show in the link below.
...
1
vote
2answers
613 views
Trouble getting bootstrap tooltips to work on Joomla 3.0 with Gantry 4 Framework
I am trying to enable the bootstrap tooltips in Gantry 4.
The bootstrap javascript is loaded, as bootstrap.min.js as is jquery.
I added the following to the index.php file just before the closing ...
2
votes
1answer
960 views
Bootstrap tooltip causing buttons to jump
When I hover over a button and the tooltip appears, the buttons jumpIf you disable the tooltip it does not jump. Additionally, the right button loses the rounded edges. How can I prevent this from ...
0
votes
2answers
494 views
Twitter Bootstrap Tooltip: flickers when placed on top of button, but works fine when placed at the left/right/bottom
I am dealing with some weird behavior for an instance of bootstrap's tooltip.
The page I am working with has several buttons that, when hovered over, display tooltips with the description for the ...
0
votes
2answers
136 views
render html code inside tooltip partial
I'm using http://twitter.github.com/bootstrap/javascript.html#tooltips on a app.
I have this rails code:
<%= link_to t('.shipping_details'), "#", :rel => "tooltip", :title => "#{render ...
2
votes
2answers
108 views
fire callback when tooltip closes
I am using twiiter-bootstrap's tooltip and I want to fire an ajax request, or lets say an alert box when the tooltip closes. The jquery code is :
$(document).ready(function(){
...
0
votes
1answer
189 views
Can I change title of bootstrap tooltip without hiding it?
I would like the tooltip to display time. For this I update it every somemany seconds but changing the title every time.
$(".track a").tooltip('hide');
$(".track a").data('tooltip').options.title = ...
1
vote
2answers
134 views
How can I speed up Bootstrap Tooltips
I have a table which dynamically reloads continually every 60 seconds. This keeps the data up to date.
I am using the script from here - ...
6
votes
4answers
3k views
Can I use complex HTML with Twitter Bootstrap's Tooltip?
If I check official documentation, I can see a property called HTML:
Name | Type | default | Description
...
4
votes
2answers
2k views
Twitter Bootstrap Tooltips on Hover & Focus
Twitter bootstrap tooltip trigger default is hover.
I can add data-trigger="focus" to cause the tooltip to display on focus, but how I do both hover and focus?
1
vote
1answer
812 views
Get width of tooltip and calculate placement (Twitter Bootstrap)
This is a follow up to my previous question.
I need to place Bootstrap tooltips dynamically. To do so, I need to know the position of the element which triggers the tooltip (works fine) AND the width ...
4
votes
3answers
2k views
Dynamically position Bootstrap tooltip (for dynamically generated elements)
I am using the Tooltips provided by Twitter Bootstrap (http://twitter.github.com/bootstrap/javascript.html#tooltips).
I have some dynamically inserted markup in my DOM which needs to trigger the ...
-1
votes
1answer
71 views
How do I fix a Bootstrap tooltip showing at the end of the DOM instead of next to its selector
i have implemented twitter bootstraps Tooltip before. But this time when I did it, the tooltip div shows at the end of the DOM immediately before the </body> tag.
I have the tooltip setup to ...



