Skip to content

Instantly share code, notes, and snippets.

@joeyfigaro
Created September 15, 2015 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joeyfigaro/add99c5ad665f51f87e8 to your computer and use it in GitHub Desktop.
Save joeyfigaro/add99c5ad665f51f87e8 to your computer and use it in GitHub Desktop.
Desk.com chat widgets: chat-connected state handling and other trickery
$(function() {
$('.chat-widget--connected__new-message input[type="text"]').on('keydown keyup change', function() {
console.log('hey');
});
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment