//Console log any key pressed into an input field with the class "topSearch" $(".topSearch").keyup(function (e) { console.log(e.key); });