Use jQuery to change the text of the link to "W3Schools Home", and change the value of href's attribute value to "www.w3schools.com".
Hint: Use the text() and attr() methods.