All Questions
Tagged with jquery-ui-tooltip twitter-bootstrap
22 questions
2
votes
0
answers
366
views
How do i make bootstrap tooltip align properly to the text it is referring to?
So the problem i am facing is that ,
When the user is hovering over a column which has text exceeding the column width , the tooltip is showing to the mid point of the text when the column will be ...
1
vote
3
answers
529
views
Jquery UI tooltip doesn't show on anything
I'm working with 2 bootstrap datepickers and
I want to verify if the start date is greater than the end date then show a tooltip
Here's what I have so far :
http://jsfiddle.net/k84phas6/
$('#...
3
votes
1
answer
3k
views
Bootstrap tooltips remain visible after navigation in Blazor app
I'm new to Blazor and client side web development in general.
I have the following block of code in my Blazor app:
<h1 class="page-title">
All Offices
<a href="@("office-edit")" ...
0
votes
1
answer
796
views
Tooltips either not appearing or not disappearing
I have been trying to get Bootstrap tooltips to work. Below is my code in Rails 5.2.
In Version 1, when the button is disabled, tooltips does not work. However, if I wrap the disabled button in a ...
1
vote
1
answer
213
views
Bootstrap badge function error on the tooltip using escape symbol in the datatable js
I use the following code
var table = $('#example').DataTable({
responsive: true,
"createdRow": function( row, data, dataIndex ) {
var te='something';
var heart='"<div>&...
0
votes
1
answer
1k
views
The Bootstrap tooltip function missing when change to other page using Datatable
VISIT http://jsfiddle.net/housekeepings/qx5a4wf3/3/
The Tooltip function can work well on the first page,
but failed when change to page two!
How can redraw the tooltip on the other page?
-1
votes
1
answer
103
views
Align div on bootstrap Tool Tip
I generated code for an HTML view page, to show BS Tool Tip against each column in the table. The content of the Tool Tip, also table-like structure. I made it using divs, but on div has long content ...
0
votes
0
answers
747
views
Bootstrap data-toggle not working on page load
I have a trigger on a bootstrap data toggle that will show a tooltip upon clicking. However, its very inconsistent as it barely works on inital page load but when I refresh the page usually or clear ...
0
votes
2
answers
675
views
Bootstrap tooltip only shows a second
I have an image that is an email icon and I want to display a tooltip when you click on the image. Here is an example of how it should be except it should be like this on my email icon image: jsfiddle ...
0
votes
2
answers
2k
views
Multiple jQuery tooltips with different content
I'm using jQuery tooltip to display an image (thumbnail preview) when hovering over a text link as shown here (https://jqueryui.com/tooltip/#custom-content).
This works fine in its essence, but at ...
2
votes
4
answers
117
views
Can't change attribute data-*** with jquery
I don't understand why the request for button does not performed. I must to change the direction for mobile screens, but until it's now work.
$( "button.btn-tooltip" ).attr( "data-placement", "...
1
vote
1
answer
664
views
Bootstrap's tooltip part of HTML tag is not interpreted by GWT Project
I am currently working at a GWT Project and want to use the Bootstraps tooltip in a very specific case:
What is it about:
Part of the program enables a user to enter an interface. This interface ...
3
votes
2
answers
10k
views
Bootstrap Tooltip Not working with aria-describedby
I didn`t understand why my bootstrap tooltip not work.
when i add title attributes to element and hover on it, title attributes set to null and add one other element call area-describedby.
<...
1
vote
3
answers
2k
views
Fix jQuery UI and Bootstrap tooltip conflict
I'm designing a form using Bootstrap.
I have an element that I have applied .sortable to:
$(function() {
$('#field_wrapper').sortable({
placeholder: "drop"
});
$('#field_wrapper')....
-2
votes
1
answer
3k
views
Get tooltip of label with specific attribute with jquery
I have many labels with tooltip value.
label class="btn btn-default" data-placement="top" data-toggle="tooltip" data-original-title="Some title">XYZ </label>
If the label is active then ...