Questions tagged [qtip]

qTip is an advanced tooltip plugin for the jQuery JavaScript framework.

qTip is a tooltip plugin for jQuery. It has been replaced by

##Resources##

400 questions
24
votes
10 answers

qTip (jQuery plug-in) how can I remove all qtips in my page?

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 didn't work... Thanks
aneuryzm
  • 63,052
  • 100
  • 273
  • 488
20
votes
3 answers

Trigger jQuery qTip on Dayclick event of FullCalendar and then create Event using button in it

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-width: 100%; } .cl_table .cl-key { …
geek2geek_AWS
  • 556
  • 1
  • 7
  • 18
17
votes
3 answers

Assigning JavaScript primitives to their named equivalent variable like "constants"

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 ever do this, and have a strong feeling that it…
Tristan
  • 2,617
  • 3
  • 15
  • 9
16
votes
8 answers

fullcalendar with clickable popup on hover

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 but it need to create a clickable popup like that of…
sunilkjt
  • 985
  • 4
  • 12
  • 21
13
votes
5 answers

Integrating qTip with MVC3 and jQuery Validation (errorPlacement)

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 errorPlacement on form validation is not doing anything, guess…
AJC
  • 1,853
  • 1
  • 17
  • 28
10
votes
5 answers

jQuery ui - datepicker prevent refresh onSelect

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. $('#calendar').datepicker({ ... , onSelect:…
Pierre de LESPINAY
  • 44,700
  • 57
  • 210
  • 307
9
votes
1 answer

Automatically show qTip (jQuery plugin) tooltip after page load

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 it to load automatically. Thanks!
Ryan Angilly
  • 1,589
  • 16
  • 18
8
votes
2 answers

ASP.NET MVC Validation Using qTip jQuery Plugin

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 display server side validation errors in the same…
Nick Olsen
  • 6,299
  • 11
  • 53
  • 75
7
votes
1 answer

How to make a qtip tooltip move with cursor

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 struggling with qtip. Please explain the code it you…
Hishalv
  • 3,052
  • 3
  • 29
  • 52
7
votes
3 answers

Qtip2 loads a "jquery.qtip.min.map" from internet and slows down site

I included Qtip2 on my site and used the following snippets while the files are hosted on my own server as mentioned here: