Created
September 15, 2015 16:07
-
-
Save joeyfigaro/add99c5ad665f51f87e8 to your computer and use it in GitHub Desktop.
Desk.com chat widgets: chat-connected state handling and other trickery
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(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