How can you change the href for a hyperlink using jQuery?
Use the attr method on your lookup. You can switch out any attribute with a new value.
attr
$("a.mylink").attr("href", "http://cupcream.com");