<html>
<head>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$("button").click(function(){
alert($("#w3s").attr("href"));
});
});
</script>
</head>
<body>
<p><a href="../index.html" id="w3s">W3Schools.com</a></p>
<button>Show href Value</button>
</body>
<!-- Mirrored from www.w3schools.com/jquery/tryit.asp?filename=tryjquery_dom_attr_get by HTTrack Website Copier/3.x [XR&CO'2014], Wed, 21 Dec 2022 16:49:41 GMT -->
</html>