$('#photoSpace').on('click', '[id^=deleteimagebutton-image]', function (event) {
  event.preventDefault();

  var $element = $(this);