.then(json => {
console.log(json);
});
2. Планируете ли бороться с токсичными, неинформативными ответами типа "Читай доку"
$(document).on('opening', '.remodal', function () {
var $image = $(this).find('img[data-src]');
$image.attr('src', $image.data('src'));
});
function getajax(){ $('.remodal-is-opened .popap_form_left img').each(function() {
$(this).attr('src', $(this).data('src'));
}) }
$(function() {
$('#port__button').on('click', getajax);
})
<img data-src="thumbimage.jpg" class="preview">
$('.active-modal .preview').each(function() {
var $this = $(this);
$this.attr('src', $this.data9'src');
});