Menu
×
×
Correct!
Exercise:Use jQuery to change the text of a link to "Demo", and change the value of href's attribute value to "www.demo.com".
$("#myLink").text("Demo");
$("#myLink").attr("href", "https://www.demo.com");
Not CorrectClick here to try again. Correct!Next ❯$("#myLink").(" "); $("#myLink"). (" ", "https:// "); |