I tried the following:
$.load(\"Views/chatBox.html\").appendTo(\'body\')
Console Output:
TypeError: $.load is not a functio
When I tried out GaVrA's solution I found it could be even simpler:
I guess appentTo automatically removes a previous instance? Perhaps I'm missing something here?