Skip to main content

All Questions

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/ $('#...
Launcher's user avatar
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>&...
robspin's user avatar
  • 811
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 ...
TheProgrammer's user avatar
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", "...
Nick Gl's user avatar
  • 119
1 vote
1 answer
81 views

Textbox not showing when using tooltip-master alongside with bootstrap v3.3.5 and jquery 1.11.3

I have the following code: http://codepen.io/anon/pen/LVvvEa . I'm using: //code.jquery.com/jquery-1.11.3.min.js, tooltipser-master (https://github.com/iamceege/tooltipster), and Twitter Bootstrap v3....
Dan Costinel's user avatar
  • 1,736
1 vote
1 answer
870 views

trigger Tooltip from JS in bootstrap 3

I want to check a textarea input to see if it has at least 10 character otherwise a tooltip notification appears as info. but it does not work I use twitter bootstrap 3 I dont want to put ...
werva's user avatar
  • 1,649