Load another page’s item into a div using jQuery.

Load another page’s item into a div using jQuery:

<script src="https://code.jquery.com/jquery-1.10.2.js">
</script>
<div id="PlaceToPutTable">&nbsp;
</div>
<script>
  $("#PlaceToPutTable").load("https://www.uccs.edu/admissions/request #block-uccsbase-home-content");
</script>

More info: https://api.jquery.com/load/