jquery a.href javacsript add anchor to url code example
Example: jQuery change href value
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");
$("#someAnchorElement").attr("href", "http://www.myfancynewurl.com");