[jQuery] Re: How do I remove a plugin melodramatically

2008-10-13 Thread Dan M
the back of your hand to your > forehead and say, "Oh woe is me!" > > Sorry, it's Friday. > > - Original Message - > From: "me-and-jQuery" <[EMAIL PROTECTED]> > To: "jQuery (English)" > Sent: Friday, October 10, 2008 2:23 PM > Sub

[jQuery] Re: How do I remove a plugin melodramatically

2008-10-10 Thread Josh Nathanson
2008 2:23 PM Subject: [jQuery] Re: How do I remove a plugin melodramatically One option is to use unbind on the event that this plugin uses. $. ("element").unbind("click"); Anyone has any other solution? On Oct 10, 9:21 pm, Dan M <[EMAIL PROTECTED]> wrote: All,

[jQuery] Re: How do I remove a plugin melodramatically

2008-10-10 Thread me-and-jQuery
One option is to use unbind on the event that this plugin uses. $. ("element").unbind("click"); Anyone has any other solution? On Oct 10, 9:21 pm, Dan M <[EMAIL PROTECTED]> wrote: > All, > > If I were to add a plugin to an element on a page, say clueTip. How > could I remove the plugin from the