qtip Questions
8
Solved
I need a pop up on hover full calendar like this one.
Have tried full calendar with qtip but could not get clickable popup its disappers when mouse is out from the spot.
Here's a similar example ...
Mcphail asked 17/3, 2014 at 6:21
10
Solved
I'm using the jquery-plugin qTip. What's the command to destroy all tooltips in my page ?
I tried:
$('.option img[title], span.taxonomy-image-link-alter img[title]').qtip("destroy");
But it di...
Crew asked 28/4, 2010 at 7:24
4
I am currently using qTip jQuery plugin in combination with Full Calendar. Both of these works great. However, I am currently stuck at an issue.
Sometimes, my qTip content has to much data. This ...
Lozada asked 1/10, 2012 at 11:36
5
Solved
I'm using jQuery ui Datepicker to display a yearly inline calendar full of "special dates" (with colors).
This is to allow users to batch special dates by selecting a range and some other details....
Cohn asked 19/5, 2011 at 9:10
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
3
Solved
How can I check if an element is instantiated with a qtip plugin?
For example
$('input').qtip("hasqtip");
Catgut asked 25/3, 2012 at 6:19
3
Solved
i try to trigger someFunction() before the qtip is created
$('.selector').qtip({
content: {
text: someFunction(this.id) }
});
This code works but i think this is a dirty solution. Is there may...
5
Solved
I am working on a proyect with MVC3 and I am trying to integrate qTip2 with jQuery validation in order to show errors as floating tips. The problem I am having is that apparently calling errorPlace...
Epizoon asked 23/7, 2011 at 17:19
3
Solved
I'm having some trouble with modifying qTip's tip size (x,y).
I tried to add the style: { tip: { x:2,y:2 } } in all sorts of ways, but failed.
How can I add it to the following script?
// Status...
Annates asked 6/7, 2010 at 7:33
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...
4
Solved
The normal behavior for the jQuery qTip plugin is to create a new hidden div for every tooltip item assigned. Is there a way to tie a single hidden tooltip element to multiple targets, to avoid clu...
1
Solved
I have solved this problem already, but I wanted to share it, as I can see alot of people are dealing with it, and not enough solutions are available.
qTip Viewport adjustments weren't working for...
Digastric asked 12/8, 2013 at 12:54
3
CSS applied to create a content in tooltip
.cl_root {
width: 100%;
font-size: 13px;
overflow: hidden;
}
.cl_root .cl_table {
background-color: #FFF;
width: 100%;
margin-bottom: 8px;
max-wid...
Protochordate asked 27/5, 2012 at 11:50
2
Solved
I am using the solution found here to show client side validation errors in a tooltip using the qTip jQuery plugin. This solution works great for client side validation but I would love to able to ...
Orel asked 10/8, 2011 at 20:4
4
I'm not very experienced with javascript, jQuery or it's plugins but usually I manage. Anyways, my client is building a site and one of its purposes is to pick up news articles from different sites...
Osrock asked 5/1, 2010 at 10:59
1
Solved
i am using the js library qtip tooltip. I want to make the qtip tooltip move with my cursor as i hover over the hover row in a table. I know how to make my own tooltip move with my cursor but am st...
2
Solved
$('a.tooltip').each(function(){
$(this).qtip({
content: { url: 'includes/qtip.php?'+$(this).attr('rel')+' #'+$(this).attr('div'), text:'loading...' },
show: { delay: 400},
hide: { fixed: true...
3
Solved
I was looking at the source code to qTip 2 and saw the following:
// Munge the primitives - Paul Irish tip
var TRUE = true,
FALSE = false,
NULL = null;
I can't come up with a reason you should...
Anhydrite asked 5/1, 2012 at 17:10
1
Solved
$('#nav a[href][title]').qtip({
content: {
text: false // Use each elements title attribute
},
position: {
corner: {
target: 'topLeft',
tooltip: 'middleRight'
}
},
style: {
name: 'dark'...
2
I'm a big fan of qTip, but I was wondering if there was a way to use the modal window without having your page scroll to the top.
Have looked around but haven't found anything yet. Is this possibl...
1
Has anyone ever used qTip to create a tooltip that responds to a click on an element, but also is set to popup after the page loads? I tried playing around with setTimeout, but I can't seem to get ...
6
Solved
I have a jquery fullcalendar. I would like to trigger jquery QTip (or other jquery solution (such as a lightbox)) when I click on a day to bring up a list of options. This question is similar to th...
Lexicologist asked 11/5, 2010 at 4:3
1
© 2022 - 2024 — McMap. All rights reserved.