<script src="https://github.com/jashkenas/coffee-script/raw/master/extras/coffee-script.js"></script>
<!-- New Anchor HTML attribute by Vjeux
data-anchor="[point], [relativeTo], [relativePoint], [x], [y]"
Allowed Points:
top left , top , top right
left , center , right
bottom left , bottom , bottom right
Allowed Relative:
Any jQuery CSS Selector
-->
<div id="frame"></div>
<!-- In order to put the sidebar centered at the right of the frame:
Sidebar.left = Frame.right -->
<div id="sidebar" data-anchor="left, #frame, right"></div>
<!-- In order to put the chat at the top right of the screen:
Chat.topRight = HTML.topRight + {x: -10, y: 10} -->
<div id="chat" data-anchor="top right, html, top right, -10, 10"></div>