Test for preservance of href attribute value

by atesgoral

HTML

<h3>Test for preservance of href attribute value</h3>
<a href="some/relative/path">Some Link</a>
<p id="out"></p>

JavaScript

$("#out").text($("a:first").attr("href"));