html how to replace the link using a tag code example
Example: jQuery change href value
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");