Skip to content

Instantly share code, notes, and snippets.

@jgwill
Created December 12, 2018 01:25
Show Gist options
  • Save jgwill/ec4d7a2dfab3169a4b59de33addae180 to your computer and use it in GitHub Desktop.
Save jgwill/ec4d7a2dfab3169a4b59de33addae180 to your computer and use it in GitHub Desktop.
Register a Click Handler using jQuery
$("#wrap_chat_messages").click(function () {
alert("Handler for .click() called.");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment