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'); }); })