anurag-singh
5/14/2018 - 10:44 AM

change existing URL with new

// change existing URL with new 
		jQuery(document).ready(function() {
			jQuery("a[href='http://www.sandomenicohouse.com/blog/']").attr("href", "http://www.sandomenicohouse.com/");

	    });