Skip to content

Instantly share code, notes, and snippets.

@danielhomer
Created October 6, 2015 15:00
Show Gist options
  • Save danielhomer/7aa5c5ee4daa3922ca95 to your computer and use it in GitHub Desktop.
Save danielhomer/7aa5c5ee4daa3922ca95 to your computer and use it in GitHub Desktop.
$(document).on('click', 'keystone_newsletter_delete_image', function(event) {
var image = $('#'+$(this).attr('data-image'));
var input = $('#'+$(this).attr('data-input'));
input.val('');
image.attr('src','');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment