Here is my html code:
<a href="http://www.google.com/" target="_blank">Google</a>
I need a jquery code to find Google.com and change it to Yahoo.com.
For example, if you click on the Google text then yahoo.com will open in your browser.
Is it possible to use jquery to find all Google texts in current page and replace them with Yahoo?