Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to show/hide all qTips?
6th October, 14:46
Post: #1
How to show/hide all qTips?
Is there a way to show all qTips at once? (and then hide all)
For example on clicking a button for this purpose.

Thanks.
Find all posts by this user
Quote this message in a reply
27th October, 00:18
Post: #2
RE: How to show/hide all qTips?
nibl, try:

JS Code
$('.qtip').each(function(){
   $(this).qtip('hide')
});

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
  [Solved] Multiple qtips on one page, content disappearing russau 3 121 3rd May 16:38
Last Post: Craig
  [Solved] Show on click, hide on unfocus ttomor 4 149 3rd May 14:39
Last Post: ttomor
  [Solved] Hovering over same tip location causes it to hide jaredf 1 279 22nd March 14:52
Last Post: Craig
  can't hide qtip in a “position: absolute;” div shdog 1 275 14th March 17:35
Last Post: Craig
  Qtips with jquery UI Issue sherwoodbear79 2 432 15th February 15:36
Last Post: sherwoodbear79
  js only show admeis 1 273 6th February 18:00
Last Post: Craig
  hide on unfocus in build 55 bradw2k 1 337 20th January 17:03
Last Post: Craig
  [solved] Trouble with qtips adding a scrollbar momentarily to window patricia 0 350 2nd December 19:40
Last Post: patricia
  Changing HTML Content on Click & Remove/Reinit qTips ifthatdoesntdoit 5 1,226 17th November 09:46
Last Post: ifthatdoesntdoit
  [Solved] Is there an easier way to show/hide tooltips dynamically? gloosemo 1 675 17th October 15:58
Last Post: Craig



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