Is there a way to remove a plugin from an element? Lets say I have plugin called foo. I attach it to all inputs.

$("input").foo()

Later I need a way to detach foo() from some input elements. One way would be to have conditionals inside foo code. However I would prefer detaching plugin for good.

--
Mika Tuupola
http://www.appelsiini.net/



Reply via email to