href = _this.attr('data-id') if($('#a_img_show_imgs').length==0) { $('body').append('') } let img = $('#a_img_show_imgs') img.attr('src',href) img.show() img.click(function(){ img.hide() }) })