I tried the following:
$.load("Views/chatBox.html").appendTo('body')
Console Output:
TypeError: $.load is not a function
EDIT: The answer should only be one line of code; that’s enough, I think.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I dont understand why placing container at the bottom of body and loading external page into that is not what you need?
What you can try is this:
But im not 100% sure about this code… 🙂