I tried the following:
$.load(\"Views/chatBox.html\").appendTo(\'body\')
Console Output:
TypeError: $.load is not a functio
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... :)