Hello, i have problem with the Tip-Class. I'am adding in my code an element and attach a tip on it. On delaying this element i would like to detach the tip. but the tip is still shown.
here my example: http://mootools.net/shell/GTtnL/ please click on the complain-button. an LI element will be shown with a tip. if you click again on the element it disappears but the tip is still there. i tried to cain the functions like: var myChain = new Chain(); myChain.chain( function() {Hints.detach(element); this.callChain();}, function() {element.dispose(); this.callChain();} ); myChain.callChain(); without any success any idea whats to do? -- Subscription settings: http://groups.google.com/group/mootools-users/subscribe?hl=en
