Well, if you don't have any other events bound to your element, then simply unbind the event.
For example, if it is on hover, unbind on hover. if it is on click unbind click event... ---- Read jQuery HowTo Resource - http://jquery-howto.blogspot.com On Thu, Mar 12, 2009 at 4:14 AM, Pedram <pedram...@gmail.com> wrote: > > Dear folk , > I'm working with the CLuetip plugin > I faced a problem . > How can I remove the Clutip from an object > > for example : > > $("div").cluetip(); > $("div").removeCluetip(); // I want to do this > > Thanks >