[jQuery] Re: How do you disable it ?

2009-06-03 Thread Karl Swedberg
Hi Dotnetshadow, Sorry it took me so long to reply. Thanks for your patience. I posted a reply to your report here: http://plugins.jquery.com/node/8405#comment-3532 Here is a demo: http://plugins.learningjquery.com/cluetip/demo/lazyload.html --Karl Karl Swedberg

[jQuery] Re: How do you disable it ?

2009-05-29 Thread DotnetShadow
Hi there, I like the idea of destroy function, just wondering once it has been destroyed can cluetip be called up ever again? This follows on from the idea I posted here: Calling cluetip from a function

[jQuery] Re: How do you disable it ?

2009-05-25 Thread Karl Swedberg
Hi Renaud, good question about disabling cluetip. I have a solution in place on github at http://github.com/kswedberg/jquery-cluetip/tree/master You can unbind all cluetip events by calling $ ('yourselector').cluetip('destroy'); A couple caveats: - If you want to remove the actual

[jQuery] Re: How do you disable it ?

2009-05-24 Thread Lideln
Ok, I finally managed to find an answer for the second question, here is the link : http://james.padolsey.com/javascript/debug-jquery-events-with-listhandlers/ But I still need to remove all other plugins and data created, including clueTip. I want the place clean ! :-) Also, when calling