TouchAI
2/4/2018 - 8:13 AM

inlude html jquery

inlude

<html> 

  <head> 

    <script src="jquery.js"></script> 

    <script> 

    $(function(){

      $("#includedContent").load("b.html"); 

    });

    </script> 

  </head> 



  <body> 

     <div id="includedContent"></div>

  </body> 

</html>