You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

destroy the tooltip instance? Created Dec 9, 2009

This thread is solved

Views: 1539     Replies: 1     Last reply Aug 23, 2010  
You must login first before you can use this feature

chovy

Posts: 13

Registered:
Nov 13, 2009

destroy the tooltip instance?

Posted: Dec 9, 2009

I need to be able to destroy and re-instantiate the tooltip call when a button is clicked -- how can I do this?

ie:


('#cfg input[name=tt]').click(function(){
    log(this);
    if ( this.checked ) {
      $(".tips a").tooltip({ tip: '#tip', predelay: 100, effect: 'fade' }); 
      $("form .tip").tooltip({ tip: '#tip', predelay: 100, effect: 'fade', events: { input: 'mouseov
er, mouseout' } }); 
    } else {
      //destroy whatever $('.tips a').tooltip() did
    }

Woet

Posts: 3

Registered:
Aug 23, 2010

» destroy the tooltip instance?

Posted: Aug 23, 2010

Reply to: destroy the tooltip instance?, from chovy
Why is there no reply to this since December 9 2009?! I need to know this too.