Load external file

by elisfelicio

HTML

<script src="https://code.jquery.com/jquery-1.10.2.js"></script>

 
<b>Projects:</b>
<ol id="new-projects"></ol>
 
<script>
$( "#new-projects" ).load( "https://www.tutorialspoint.com/How-to-load-external-HTML-into-a-div-using-jQuery " );
</script>