<img class='will-changed'   src='https://snob.ru/indoc/attachments/snob2/62/4c/624c1fa0a65af6d06d50bad071d3d90303597087b58c3d1a4add0799cf042df6.jpg'>

<img  class='will-changed'   src='https://img.pravda.ru/image/article/4/0/3/393403.jpeg'>

<p><h2>Жмем на любую картинку получаем новую картинку  взамен тех, что были.<h2/>
img{  
  width:200px;
  cursor:pointer;
}
$(document).ready(function() {
  let newImage =
    "https://static.mk.ru/upload/entities/2017/12/28/articles/detailPicture/28/35/c2/84/c21033e59c396cc576fc5f48343ebccc.jpg";

  $(".will-changed").click(function() {
    $(".will-changed").attr("src", newImage);
  });
});

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js