Skip to content

Instantly share code, notes, and snippets.

@phawk
Created July 2, 2012 15:05
Show Gist options
  • Save phawk/3033686 to your computer and use it in GitHub Desktop.
Save phawk/3033686 to your computer and use it in GitHub Desktop.
destroy.js
destroy: function() {
// Cleanup any events
$(this.el).undelegate();
// Remove the element from the DOM
$(this.el).remove();
return this;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment