は、私は次のことを試してみました:htmlを読み込み、<body>にjQueryで追加するには?
$.load("Views/chatBox.html").appendTo('body') is not working!
TypeError: $.load is not a function
EDIT:
<script type="text/javascript">
$(function() {
$("body").load("Views/chatBox.html");
});
</script>
shorerの回答が追加されました。 ;) – Gavrisimo