Welcome aboard! We are happy you are here and wish you good net-raft!
<!DOCTYPE html>
<html>
<head>
<meta name="description" content="the description of the web page">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script>
$(document).ready(function()
{
var meta = $('meta[name="description"]').attr("content");
alert(meta);
})
</script>
</head>
<body>
</body>
</html>
The most helpful JQUERY solutions