Modification de l'IMG SRC à l'aide de jQuery.
//Change the img property using jQuery's attr method
$("#myImage").attr("src", 'img/new-image.jpg');
mohamed elhafidy
//Change the img property using jQuery's attr method
$("#myImage").attr("src", 'img/new-image.jpg');