|
How to destroy qtip
|
|
17th March, 11:47
Post: #1
|
|||
|
|||
|
How to destroy qtip
Hi,
I am trying to destroy toltips created as $j('li.jqtip:visible').each(function() { $j(this).qtip({ ......... I tried two options: 1. $j('li.jqtip').qtip("destory"); 2. $j('li.jqtip').each(function(){ $j(this).qtip("destory"); }) } Nothing happens - all the qtips are still alive. Any suggestions? Thanks Andy |
|||
|
17th March, 14:48
Post: #2
|
|||
|
|||
|
How to destroy qtip
Hey AndyG,
Are those code snippets copied directly from your code? If so, check your spelling of "destroy". You have no idea how many times I have done that and scratched my head wondering why the tooltips wouldn't disappear during testing! Craig Thompson Web Developer / Designer Craigsworks http://www.craigsworks.com |
|||
|
17th March, 20:55
Post: #3
|
|||
|
|||
|
How to destroy qtip
Thank you
![]() In fact, I already destroyed qtips by a hammer - $j('div.qtip').remove(); It is, indeed, not a good way, as it does not clear events |
|||
|
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)

Search
Member List
Calendar
Help






