Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved] stop tooltip from displaying
30th September, 15:13
Post: #1
[Solved] stop tooltip from displaying
I have some validation in place that shows a qtip tooltip if the validation fails.

But then later, when the validation succeeds, I want to stop showing the qtip.

How can I do this, please?

Thank you,

Tom
Find all posts by this user
Quote this message in a reply
30th September, 18:59
Post: #2
RE: stop tooltip from displaying
"Stop" showing meaning hide it? Or destroy it completely?

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
30th September, 21:18
Post: #3
RE: stop tooltip from displaying
Let's follow both options.

Essentially, when the validation passes, I no longer want to show the qtip tooltip.

So I need a way to turn it "on" and "off" easily.

Thanks!

Tom
Find all posts by this user
Quote this message in a reply
2nd October, 13:12
Post: #4
RE: stop tooltip from displaying
Well as long as you know the element the qTip is attached to, you can just call destroy or hide on it:

JS Code
$('.myElementSelector').qtip('hide'); // Temporary
$('.myElementSelector').qtip('destroy'); // Permanent

Craig Thompson
Web Developer / Designer
Craigsworks
http://www.craigsworks.com
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Possibly Related Threads...
Thread: Author Replies: Views: Last Post
  Problem displaying tooltip on keyboard focus! nick4501 1 73 15th May 08:39
Last Post: nick4501
  [Solved] IE 8 "Style > Tip" not displaying shameless hacker 30 8,990 9th February 18:49
Last Post: nickast
  how to get dynamic attri('id') before displaying on content davidkhan 3 623 23rd August 18:04
Last Post: Craig
  [Solved] Tooltip always displaying (on desktop) skippergeffen 4 621 15th June 14:20
Last Post: skippergeffen
  Possible quirk with displaying PDF files in qTip (IE 7) charles.lane 4 893 5th April 21:36
Last Post: kiddailey
  [Solved] [Solved] Stop qtip creating a new div for each tooltip Colin 6 2,139 17th February 18:34
Last Post: Craig
  [Solved] How to stop "fly in" effect twitch 4 1,550 23rd November 04:05
Last Post: twitch
  [Solved] Displaying Text From Another Part of DOM tekram 1 994 2nd April 18:43
Last Post: Craig
  PHP generated html not displaying in modal tip jcisthebest2000 1 868 18th March 13:35
Last Post: Craig
  [Solved] Tip not displaying dynamic content danwoods 11 2,310 10th February 15:42
Last Post: danwoods



User(s) browsing this thread: 1 Guest(s)