SyntaxFix
Write A Post
Hire A Developer
Questions
<input type="text" id="input_id" /> $('#input_id').keydown(function (event) { if (event.keyCode == 13) { // Call your function here or add code here } });