You can include jQuery using the following tag:
<script src="https://code.jquery.com/jquery-3.3.1.min.js" charset="utf-8"></script>
You can load additional HTML (e.g. a navigation) using jQuery:
$("#result").load("ajax/test.html");