Skip to content

Instantly share code, notes, and snippets.

@trotter
Created September 19, 2011 01:45
Show Gist options
  • Save trotter/1225830 to your computer and use it in GitHub Desktop.
Save trotter/1225830 to your computer and use it in GitHub Desktop.
chloe.connect(function () {
chloe.subscribe('chat-room-5', function (message) {
$("#messages").prepend("<li>" + message + "</li>")
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment