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

2008-10-13 Thread Dan M

lol! Josh, I didn't even get that until today when I saw the title I
put up! That's awesome.

me-and-jQuery, your solution worked great. Thanks!

Dan

On Oct 10, 5:31 pm, Josh Nathanson [EMAIL PROTECTED] wrote:
 I think when you unbind it, you should put 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) jquery-en@googlegroups.com
 Sent: Friday, October 10, 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,

  If I were to add a plugin to an element on a page, say clueTip. How
  could I remove the plugin from the element when I want without
  reloading the page?

  Regards,
  Dan


[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 element when I want without
 reloading the page?

 Regards,
 Dan


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

2008-10-10 Thread Josh Nathanson


I think when you unbind it, you should put 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) jquery-en@googlegroups.com
Sent: Friday, October 10, 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,

If I were to add a plugin to an element on a page, say clueTip. How
could I remove the plugin from the element when I want without
reloading the page?

Regards,
Dan