there are hyperlinks in my page link this
<a href="home.php?id=2">some text</a>
<a href="http://myDomanin.com/home.php?id=3">some text</a>
<a href="http://myDomanin.com/home.php?id=4">some text</a>
<a href="home.php?id=5">some text</a>
I want to write a javascript to change hrefs to this new link:
if OldHref = http://myDomanin.com/home.php?id=3 then
NewHref = http://myNewDomain.com/{base64Encode of OldHref}
found a plugin to make base64 encode here
Or something of the sort…
Non, jQuery method: