how to replace anchor tag href in jquery code example
Example: jQuery change href value
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");