Skip to content

Instantly share code, notes, and snippets.

@davidchc
Created August 20, 2018 20:05
Show Gist options
  • Save davidchc/48dd386de8f46530870ea82b5c62dc34 to your computer and use it in GitHub Desktop.
Save davidchc/48dd386de8f46530870ea82b5c62dc34 to your computer and use it in GitHub Desktop.
$(document).on('click', '.del', function(e) {
e.preventDefaut();
$(this).parent().remove();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment