Questions tagged [tooltipster]

A jQuery plugin by Caleb Jacob enabling you to create semantic tooltips enhanced with the power of CSS.

A jQuery plugin by Caleb Jacob enabling you to create semantic tooltips enhanced with the power of CSS.

https://iamceege.github.io/tooltipster/

186 questions
0
votes
1 answer

Getting incorrect ID when tooltip are closed (functionAfter)

I am using tooltipster plugin to create tooltips. When tool tip are shown up, if you then click on the background (pink) - it will alert you ID from data-post-id='xx' that has been closed (functionAfter). It is showing the correct ID. However,…
I'll-Be-Back
  • 10,530
  • 37
  • 110
  • 213
0
votes
3 answers

Get attribute from tooltip

I'm using tooltipster to generate tooltips, but I want to set the tooltip based on a data attribute from the element it's attached to. How do I get the associated data so I can set the image url as shown below. This is what I've been…
FeelRightz
  • 2,777
  • 2
  • 38
  • 73
0
votes
1 answer

How do you add jQuery datepicker to a text field in a tooltipster tooltip?

I have a jQuery dialogue box that displays a table and for the first header I have a Tooltipster that displays a dateStart and dateEnd input in order to apply a filter to the table. I want to use the jQuery datepicker within these inputs to select…
catw4x
  • 11
  • 2
0
votes
1 answer

when minimize browser's window, tooltipster's position not the same as has been set

I use tooltipster library. I set tooltipster's position to be bottom. When I minimize the browser's window the tooltip is floating above, it's like the position was set to top. How could I solve this? Thank you in advance
Moni
  • 3
  • 3
0
votes
3 answers

using ajax with this jQuery plugin (Tooltipster)

I'm an old (circa 2008) Flash guy, more designer than programmer. Haven't programmed in years. I'm trying to implement Tooltipster on the site I'm building (it's all html/jQuery), with just one sort of usage, but I need to be able to load the…
sgibson
  • 23
  • 1
  • 4
0
votes
1 answer

Tooltipster hover select and option not working in IE

Im not sure if this the right place to ask this but Im having a problem with tooltipster and IE. When I make an interactive tooltipster that shows on hover and add a form with an selectbox in it, it is impossible too select an option in IE because…
0
votes
2 answers

AngularJS Attach Scope Function in Directive

I have an AngularJS Directive that attaches jQuery Tooltipster to elements in a ng-repeat like so: View: div.chat-wrapper ul.chat-messages li(ng-repeat='chat in chatmessages' chat-tooltip) Directive: angular.module('app') …
jordan.baucke
  • 4,308
  • 10
  • 54
  • 77
0
votes
1 answer

How to get Tooltipster to access data in a js array

Using Tooltipster, I want to populate tooltips with words selected from a English/Thai glossary set up as a js 2D array. The intention is that as an English word is tooltipped it will be used to access and display the paired Thai word(s). All of…
RoyS
  • 1,439
  • 2
  • 14
  • 21
0
votes
1 answer

Tooltipster and Jquery Validator issue when used with forms inside animated collapse div drawers

Any help would be greatly appreciated please. I have a page full of "drawers" which operate like an accordion. Couldn't use Jquery UI accordion for various reasons. So instead im using Animated Collapse 2.4 from dynamic drive. Each of the drawer…
0
votes
2 answers

jquery validation not firing on dynamically added form fields

jsfiddle to show: http://jsfiddle.net/2DUX2/277/ I'm trying to use jquery validate with tooltipster. It works until I try to add more items and then it tries to go to the form action instead of validating the new fields. Anyone know what I'm doing…
user7954
  • 323
  • 4
  • 12
0
votes
1 answer

events not captured within tooltip

I have tooltips (https://github.com/iamceege/tooltipster) that are generated via ajax requests that contain icons for the user to click. However, I cannot get the listeners to work when the event is fired. In the code below, I never get the alert…
chaoskreator
  • 889
  • 1
  • 17
  • 39
0
votes
0 answers

zoomable circle packing persistent tooltip

Inspired by the NYTimes Obama Budget display (http://www.nytimes.com/interactive/2012/02/13/us/politics/2013-budget-proposal-graphic.html?_r=0), as well as the zoomable circle packing example on the D3 Examples page, I was inspired to direct our…
J.D. Ray
  • 697
  • 1
  • 8
  • 22
0
votes
1 answer

How to make working tooltip plugin at the star rating plugin

I've used this star rating plugin. There is appearing a default tooltip if hovering on the each star icon. I want use this tooltip instead of that default tooltip. I've put all the necessary files and make the HTML like this way:
user1896653
  • 3,247
  • 14
  • 49
  • 93
0
votes
1 answer

Using tooltipster Dynamically Jquery

I use tooltipster plugin for my tooltip $(function(){ $('.tooltip').tooltip(); }); Now the .tooltip that were added later dynamically does not respond to tooltip() Now many will say to call $('.tooltip').tooltip(); each time i add those…
user3675747
  • 127
  • 1
  • 1
  • 6
0
votes
1 answer

Plugin tooltipster - Trunkate Title

I am using the plugin "tooltipster" but I would like to truncate the title to 30 characters and add hellips. I have a list of 3 links. Below is the code and added a link to example $('.tooltip').tooltipster({ animation: 'fade', delay:…