Destroy the binding between a jquery function and my object?
- by tarnfeld
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