Destroy the binding between a jquery function and my object?
Posted
by tarnfeld
on Stack Overflow
See other posts from Stack Overflow
or by tarnfeld
Published on 2010-03-21T09:49:38Z
Indexed on
2010/03/21
9:51 UTC
Read the original article
Hit count: 310
If i use some really simple code like :
$('#elm').tipTip();
It will do what the plugin is intended for. Is there a way to destroy this binding to the plugin tipTip()
will no long bind itself to this element?
Thanks
© Stack Overflow or respective owner