has anyone worked with imageflow jquery plugin? Do you know how to destroy an instance? When I remove with jquery the structure that this plugin creates, the events of the plugin continue to be triggered. Any idea or tip how to do this? Thanks
Asked
Active
Viewed 1,241 times
1
-
I guess this is a general question; how to destroy an object that was created and assigned several events? – Ricardo Jan 05 '11 at 15:20
-
Ever considered as well voting? Look, you've got one upvote ;-) – James Wiseman Jan 05 '11 at 15:41
1 Answers
0
Have you tried simply unbinding the events associated with the object:
theObject.unbind()
Also, check out this SO question - it looks similar, and may help

Community
- 1
- 1

James Wiseman
- 29,946
- 17
- 95
- 158