Change image URL with new image URL with jQuery

jQuery(document).ready(function( $ ){
  
$('.logo img').each(function () {
  var curSrc = $(this).attr('src');
  if ( curSrc === 'http://web.headcasemedia.co.uk/wp-content/themes/saasweb/images/logo-2.png' ) {
      $(this).attr('src', 'http://web.headcasemedia.co.uk/wp-content/uploads/2021/01/HeadcadeWeb-logo-01.png');
  }
});
});

6 thoughts on “Change image URL with new image URL with jQuery”

Leave a Reply to buy cbd gummies Cancel reply

Your email address will not be published. Required fields are marked *