qtip2 Questions

3

Solved

I am using qTip: http://craigsworks.com/projects/qtip2 and my current problem is that when I hover the tooltip it disappears (because the target was mouseleave/mouseout). Is there a way to make it...
Crotchet asked 26/1, 2012 at 14:6

1

Solved

I have the following code: $('a.phonetooltip').qtip({ // Grab some elements to apply the tooltip to content: { text: 'Clicking this link will only work on mobile devices', style: { classes: 'qti...
Tammeratammi asked 24/9, 2015 at 19:39

3

Solved

I included Qtip2 on my site and used the following snippets while the files are hosted on my own server as mentioned here: <!-- jQuery FIRST i.e. before qTip (and all other scripts too usually)...
Formidable asked 9/5, 2014 at 17:38

2

Solved

Steps: - loading page, moving mouse on element -> qtip2 shows tip correctly on element - scrolling down page, moving mouse on element -> qtip2 shows tip below element (tip's y coordinate changes sa...
Outpour asked 15/5, 2014 at 8:12

2

Solved

I'm having trouble creating working qTips (the little arrow isn't showing). I have had these working in the past; the only thing I can think that has changed over time is the jQuery and qTip2 versi...
Sewell asked 2/10, 2013 at 8:20

1

Solved

I have created a directive for encapsulating qTip2 library into my angular application (as described in another SO question) . I have a dictionary with different configurations for qTip and dependi...
Aficionado asked 5/12, 2013 at 11:52

1

Solved

I have right panel, that should have qTip on each element. Area is scrollable, so lowee tips just dont fit in window. Problem demonstrated below: If i add smart positioning to my tooltip: posi...
Beating asked 11/11, 2013 at 6:24

1

Solved

I've read the api docs and forums and am trying to change the content of a tooltip after it's been set initially, however it is not working. What am I doing wrong? HTML: <p id="666">tooltip...
Sarajane asked 10/9, 2013 at 22:31

1

Solved

I am trying to figure out how to bind the content of a tooltip with angular. I have a directive that looks like this: script.js var myApp = angular.module('myApp', []); myApp.directive('initTool...
Inspiratory asked 29/7, 2013 at 21:14

1

I would like to have a qtip2 tooltip without a title bar, but with a close icon in the corner. Is there a way to spec that, or do I have to muck with the code that creates it? I am thinking of some...
Arteritis asked 25/5, 2012 at 17:44

1

Solved

I'm currently implementing Qtip2 tooltips thoughout my site, and they're working very well. However, I need to set the position of the tooltip on a per-element basis. For this I've setup a couple ...
Ial asked 20/12, 2012 at 16:13

1

Solved

So, i'm trying to create a small confirmation dialog (inline, toopltip) when a user clicks a delete button. I imagine it to look kinda like this (but with a small text and OK & Cancel butto...
Selassie asked 23/5, 2011 at 9:38

2

Solved

Using jquery qTip2 for tooltips. I have a tooltip with a link in it. I want the tip to stay open if the user's mouse enters the tip (not the trigger). Can't seem to figure out how to do that in th...
Abort asked 30/8, 2011 at 20:10
1

© 2022 - 2024 — McMap. All rights reserved.