1

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

Ricardo
  • 737
  • 1
  • 11
  • 16

1 Answers1

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