javascript - unattach a jQuery function from a element -


is possible?

like when have lightbox plugin: $('.foo').lightbox()

can remove lightbox() .foo's, or specific .foo ?

you might find interesting unbinding plugins


Comments