So I edited this a bunch of times but basically i want to insert paragraphs from a text file into div. So far I've been able to change the "its me" to "hello World using Jqquery BUT instead of hello world I want to get the paragraphs from within the text file.
Thank you
This is what I have so far
<script type="text/javascript" src="js/jquery-1.11.0.min.js"></script>
<script>
$("#test").html("Hello world")
</script>